Skip to content

Commit

Permalink
feat(platform): Added latest claude version (#8397)
Browse files Browse the repository at this point in the history
latest sonnet model
  • Loading branch information
aarushik93 committed Oct 22, 2024
1 parent 68158de commit e5ea62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/backend/backend/blocks/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class LlmModel(str, Enum, metaclass=LlmModelMeta):
GPT4_TURBO = "gpt-4-turbo"
GPT3_5_TURBO = "gpt-3.5-turbo"
# Anthropic models
CLAUDE_3_5_SONNET = "claude-3-5-sonnet-20240620"
CLAUDE_3_5_SONNET = "claude-3-5-sonnet-latest"
CLAUDE_3_HAIKU = "claude-3-haiku-20240307"
# Groq models
LLAMA3_8B = "llama3-8b-8192"
Expand Down

0 comments on commit e5ea62d

Please sign in to comment.