mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-13 08:13:14 +00:00
gpt-4o-mini with alias 4o-mini, refs #536
This commit is contained in:
parent
aa8d2b9322
commit
963a5ba467
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue