From cec4ffb5caed6b0adfa826d1ee15e0a8d77a0150 Mon Sep 17 00:00:00 2001 From: Banu-teja Date: Thu, 24 Oct 2024 18:16:23 +0000 Subject: [PATCH] feat: add new claude model --- app/constant.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/constant.ts b/app/constant.ts index 9774bb594..36f59af39 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -319,6 +319,8 @@ const anthropicModels = [ "claude-3-opus-20240229", "claude-3-haiku-20240307", "claude-3-5-sonnet-20240620", + "claude-3-5-sonnet-20241022", // aws model + "claude-3-5-sonnet-v2@20241022", // gcp model ]; const baiduModels = [