Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyang628 committed Jul 31, 2024
1 parent 086c0dd commit 03b253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/llm/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class LLMType(StrEnum):
OPENAI_GPT4 = "gpt-4o-2024-05-13"
OPENAI_GPT4 = "gpt-4o-mini-2024-07-18"
OPENAI_GPT3_5 = "gpt-3.5-turbo-0125"
GEMINI_PRO = "gemini-pro"
# AWS_BEDROCK_CLAUDE_3_SONNET = "anthropic.claude-3-sonnet-20240229-v1:0"
Expand Down

0 comments on commit 03b253d

Please sign in to comment.