claude 3 sonnet
modified: app.py
This commit is contained in:
parent
36336234c5
commit
e81a68c5d9
1 changed files with 2 additions and 2 deletions
4
app.py
4
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue