mirror of https://github.com/aliasrobotics/cai.git
ad gpt4o-mini
This commit is contained in:
parent
9246d53192
commit
805d350abe
|
|
@ -145,6 +145,9 @@ class ModelCommand(Command):
|
|||
{"name": "gpt-4-turbo",
|
||||
"description": "Fast and powerful GPT-4 model"}
|
||||
],
|
||||
"OpenAI GPT-4o-mini": [
|
||||
{"name": "gpt-4o-mini", "description": " GPT-4o mini model"}
|
||||
],
|
||||
"OpenAI GPT-4.5": [
|
||||
{
|
||||
"name": "gpt-4.5-preview",
|
||||
|
|
|
|||
Loading…
Reference in New Issue