Add GPT 5 models
This commit is contained in:
parent
37cd6d3ab5
commit
030ba39296
1 changed files with 12 additions and 0 deletions
|
|
@ -42,6 +42,18 @@ const openaiChatModels: Record<string, string>[] = [
|
|||
displayName: 'GPT 4.1',
|
||||
key: 'gpt-4.1',
|
||||
},
|
||||
{
|
||||
displayName: 'GPT 5 nano',
|
||||
key: 'gpt-5-nano',
|
||||
},
|
||||
{
|
||||
displayName: 'GPT 5 mini',
|
||||
key: 'gpt-5-mini',
|
||||
},
|
||||
{
|
||||
displayName: 'GPT 5',
|
||||
key: 'gpt-5',
|
||||
},
|
||||
];
|
||||
|
||||
const openaiEmbeddingModels: Record<string, string>[] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue