We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9021a61 commit b9b317aCopy full SHA for b9b317a
shiny/templates/chat/production/anthropic/app.py
@@ -24,7 +24,7 @@
24
25
26
MODEL_INFO = {
27
- "name": "claude-3-5-sonnet-latest",
+ "name": "claude-3-5-sonnet-20241022",
28
# DISCLAIMER: Anthropic has not yet released a public tokenizer for Claude models,
29
# so this uses the generic default provided by Chat() (for now). That is probably
30
# ok though since the default tokenizer likely overestimates the token count.
0 commit comments