mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 12:22:37 +00:00
Update openai model list
This commit is contained in:
+38
-6
@@ -12,13 +12,45 @@ const PROVIDERS = {
|
|||||||
baseUrlPlaceholder: "https://api.openai.com/v1",
|
baseUrlPlaceholder: "https://api.openai.com/v1",
|
||||||
baseUrlDefault: "https://api.openai.com/v1",
|
baseUrlDefault: "https://api.openai.com/v1",
|
||||||
models: [
|
models: [
|
||||||
{
|
{
|
||||||
value: "gpt-5",
|
value: "gpt-5.2",
|
||||||
label: "gpt-5"
|
label: "gpt-5.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "gpt-4.1",
|
value: "gpt-5.2-chat-latest",
|
||||||
label: "gpt-4.1"
|
label: "gpt-5.2-chat-latest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "gpt-5.2-pro",
|
||||||
|
label: "gpt-5.2-pro"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "gpt-5",
|
||||||
|
label: "gpt-5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "gpt-5-chat-latest",
|
||||||
|
label: "gpt-5-chat-latest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "gpt-5-mini",
|
||||||
|
label: "gpt-5-mini"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "gpt-5-nano",
|
||||||
|
label: "gpt-5-nano"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "gpt-4.1",
|
||||||
|
label: "gpt-4.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "gpt-4.1-mini",
|
||||||
|
label: "gpt-4.1-mini"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "gpt-4.1-nano",
|
||||||
|
label: "gpt-4.1-nano"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user