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 9c918a1 commit ee0460dCopy full SHA for ee0460d
backend/danswer/llm/llm_provider_options.py
@@ -61,6 +61,7 @@ class WellKnownLLMProviderDescriptor(BaseModel):
61
IGNORABLE_ANTHROPIC_MODELS = [
62
"claude-2",
63
"claude-instant-1",
64
+ "anthropic/claude-3-5-sonnet-20241022",
65
]
66
ANTHROPIC_PROVIDER_NAME = "anthropic"
67
ANTHROPIC_MODEL_NAMES = [
0 commit comments