Skip to content

Commit b9b317a

Browse files
authored
Update shiny/templates/chat/production/anthropic/app.py
1 parent 9021a61 commit b9b317a

File tree

1 file changed

+1
-1
lines changed
  • shiny/templates/chat/production/anthropic

1 file changed

+1
-1
lines changed

shiny/templates/chat/production/anthropic/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
MODEL_INFO = {
27-
"name": "claude-3-5-sonnet-latest",
27+
"name": "claude-3-5-sonnet-20241022",
2828
# DISCLAIMER: Anthropic has not yet released a public tokenizer for Claude models,
2929
# so this uses the generic default provided by Chat() (for now). That is probably
3030
# ok though since the default tokenizer likely overestimates the token count.

0 commit comments

Comments
 (0)