Skip to content

Commit

Permalink
Add OpenAI models
Browse files Browse the repository at this point in the history
Signed-off-by: Demis Bellot <[email protected]>
  • Loading branch information
mythz committed Feb 1, 2025
1 parent 97c001a commit 319a33c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AiServer/wwwroot/lib/data/ai-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@
"gpt-4-turbo": "gpt-4-turbo",
"gpt-4-vision": "gpt-4-vision",
"gpt-4o": "gpt-4o",
"gpt-4o-mini": "gpt-4o-mini"
"gpt-4o-mini": "gpt-4o-mini",
"o1": "o1",
"o1-preview": "o1-preview",
"o1-mini": "o1-mini",
"o3-mini": "o3-mini"
}
},
{
Expand Down

0 comments on commit 319a33c

Please sign in to comment.