👽 fix(AnthropicLLMEngine): Add newest claude-3-sonnet-20240229 and claude-3-sonnet-20240229 models

This commit is contained in:
2024-04-21 21:42:20 +02:00
parent 6c55387e39
commit 20a317e10e

View File

@@ -6,6 +6,8 @@ from .BaseLLMEngine import BaseLLMEngine
ANTHROPIC_POSSIBLE_MODELS = [ ANTHROPIC_POSSIBLE_MODELS = [
"claude-2.1", "claude-2.1",
"claude-3-opus-20240229",
"claude-3-sonnet-20240229",
] ]