From e81a68c5d91f68507e028a3b8489d8c97d8efcbb Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 4 Mar 2024 11:57:24 -0500 Subject: [PATCH] claude 3 sonnet modified: app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index be82491..79dd0c7 100644 --- a/app.py +++ b/app.py @@ -28,7 +28,7 @@ cancellation_requests = {} system_users = [ "anthropic.claude-v2", - "anthropic.claude-sonnet", + "anthropic.claude-3-sonnet-20240229-v1:0", "gpt-3.5-turbo", "gpt-4", "gpt-4-1106-preview", @@ -437,7 +437,7 @@ def handle_update_message(data): ) -def chat_claude(username, room_name, model_name="anthropic.claude-sonnet"): +def chat_claude(username, room_name, model_name="anthropic.claude-3-sonnet-20240229-v1:0"): with app.app_context(): room = get_room(room_name) # claude has a 200,000 token context window for prompts.