Skip to content

Commit

Permalink
gpt-4o-mini with alias 4o-mini, refs #536
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 18, 2024
1 parent aa8d2b9 commit 963a5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm/default_plugins/openai_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def register_models(register):
register(Chat("gpt-4-turbo"), aliases=("gpt-4-turbo-preview", "4-turbo", "4t"))
# GPT-4o
register(Chat("gpt-4o"), aliases=("4o",))
register(Chat("gpt-4o-mini"), aliases=("4o-mini",))
# The -instruct completion model
register(
Completion("gpt-3.5-turbo-instruct", default_max_tokens=256),
Expand Down

0 comments on commit 963a5ba

Please sign in to comment.