Skip to content

Commit

Permalink
Add: gpt-4o-mini (stitionai#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
sts07142 authored Aug 28, 2024
1 parent 9efea57 commit e65ac75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __init__(self, model_id: str = None):
("Claude 3 Haiku", "claude-3-haiku-20240307"),
],
"OPENAI": [
("GPT-4o-mini", "gpt-4o-mini"),
("GPT-4o", "gpt-4o"),
("GPT-4 Turbo", "gpt-4-turbo"),
("GPT-3.5 Turbo", "gpt-3.5-turbo-0125"),
Expand Down

0 comments on commit e65ac75

Please sign in to comment.