Skip to content

Commit

Permalink
Update models.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Feb 25, 2025
1 parent 8e0d341 commit 87f90e8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions public/config/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "o3 mini",
"provider": "OpenAI",
"providerId": "openai",
"enabled": true,
"enabled": false,
"toolCallType": "native"
},
{
Expand All @@ -29,39 +29,39 @@
"name": "Claude 3.5 Sonnet",
"provider": "Anthropic",
"providerId": "anthropic",
"enabled": true,
"enabled": false,
"toolCallType": "native"
},
{
"id": "claude-3-5-haiku-20241022",
"name": "Claude 3.5 Haiku",
"provider": "Anthropic",
"providerId": "anthropic",
"enabled": true,
"enabled": false,
"toolCallType": "native"
},
{
"id": "<AZURE_DEPLOYMENT_NAME>",
"name": "<AZURE_DEPLOYMENT_NAME>",
"provider": "Azure",
"providerId": "azure",
"enabled": true,
"enabled": false,
"toolCallType": "native"
},
{
"id": "gemini-2.0-flash",
"name": "Gemini 2.0 Flash",
"provider": "Google Generative AI",
"providerId": "google",
"enabled": true,
"enabled": false,
"toolCallType": "native"
},
{
"id": "gemini-2.0-pro-exp-02-05",
"name": "Gemini 2.0 Pro (Exp)",
"provider": "Google Generative AI",
"providerId": "google",
"enabled": true,
"enabled": false,
"toolCallType": "manual",
"toolCallModel": "gemini-2.0-flash"
},
Expand All @@ -70,7 +70,7 @@
"name": "Gemini 2.0 Flash Thinking (Exp)",
"provider": "Google Generative AI",
"providerId": "google",
"enabled": true,
"enabled": false,
"toolCallType": "manual",
"toolCallModel": "gemini-2.0-flash"
},
Expand All @@ -79,7 +79,7 @@
"name": "DeepSeek R1",
"provider": "Fireworks",
"providerId": "fireworks",
"enabled": true,
"enabled": false,
"toolCallType": "manual",
"toolCallModel": "accounts/fireworks/models/llama-v3p1-8b-instruct"
},
Expand All @@ -88,7 +88,7 @@
"name": "DeepSeek R1",
"provider": "DeepSeek",
"providerId": "deepseek",
"enabled": true,
"enabled": false,
"toolCallType": "manual",
"toolCallModel": "deepseek-chat"
},
Expand All @@ -97,15 +97,15 @@
"name": "DeepSeek Chat",
"provider": "DeepSeek",
"providerId": "deepseek",
"enabled": true,
"enabled": false,
"toolCallType": "native"
},
{
"id": "deepseek-r1-distill-llama-70b",
"name": "DeepSeek R1 Distill Llama 70B",
"provider": "Groq",
"providerId": "groq",
"enabled": true,
"enabled": false,
"toolCallType": "manual",
"toolCallModel": "llama-3.1-8b-instant"
},
Expand All @@ -114,7 +114,7 @@
"name": "DeepSeek R1",
"provider": "Ollama",
"providerId": "ollama",
"enabled": true,
"enabled": false,
"toolCallType": "manual",
"toolCallModel": "phi4"
},
Expand All @@ -123,7 +123,7 @@
"name": "<OLLAMA_MODEL_NAME>",
"provider": "Ollama",
"providerId": "ollama",
"enabled": true,
"enabled": false,
"toolCallType": "manual",
"toolCallModel": "<OLLAMA_MODEL_ID>"
},
Expand All @@ -132,23 +132,23 @@
"name": "Grok 2",
"provider": "xAI",
"providerId": "xai",
"enabled": true,
"enabled": false,
"toolCallType": "native"
},
{
"id": "grok-2-vision-1212",
"name": "Grok 2 Vision",
"provider": "xAI",
"providerId": "xai",
"enabled": true,
"enabled": false,
"toolCallType": "native"
},
{
"id": "<OPENAI_COMPATIBLE_MODEL>",
"name": "<OPENAI_COMPATIBLE_MODEL>",
"provider": "OpenAI Compatible",
"providerId": "openai-compatible",
"enabled": true,
"enabled": false,
"toolCallType": "native"
}
]
Expand Down

0 comments on commit 87f90e8

Please sign in to comment.