mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
add favourite models
This commit is contained in:
committed by
Thomas Krijnen
parent
434ea74f22
commit
8f64f75abb
+11
-3
@@ -20,17 +20,25 @@ const PROVIDERS = {
|
|||||||
api: openrouterApi,
|
api: openrouterApi,
|
||||||
models: [
|
models: [
|
||||||
{
|
{
|
||||||
value: "openai/gpt-oss-20b",
|
value: "openai/gpt-oss-20b",
|
||||||
label: "gpt-oss-20b"
|
label: "gpt-oss-20b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "anthropic/claude-sonnet-4-5",
|
value: "openai/gpt-oss-120b",
|
||||||
label: "claude-sonnet-4-5"
|
label: "gpt-oss-120b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "mistralai/mistral-small-3.2-24b-instruct",
|
||||||
|
label: "mistral-small-3.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "openai/gpt-4.1",
|
value: "openai/gpt-4.1",
|
||||||
label: "gpt-4.1"
|
label: "gpt-4.1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "anthropic/claude-sonnet-4-5",
|
||||||
|
label: "claude-sonnet-4-5"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "google/gemini-2.5-pro-preview",
|
value: "google/gemini-2.5-pro-preview",
|
||||||
label: "gemini-2.5-pro"
|
label: "gemini-2.5-pro"
|
||||||
|
|||||||
Reference in New Issue
Block a user