Update openclaw.json
Browse files- openclaw.json +6 -6
openclaw.json
CHANGED
|
@@ -29,11 +29,11 @@
|
|
| 29 |
"baseUrl": "https://openrouter.ai/api/v1",
|
| 30 |
"apiKey": "WILL_BE_SET_BY_ENV",
|
| 31 |
"models": [
|
| 32 |
-
{ "id": "google/gemini-2.0-flash",
|
| 33 |
-
{ "id": "google/gemini-2.5-pro",
|
| 34 |
-
{ "id": "anthropic/claude-3.5-sonnet",
|
| 35 |
-
{ "id": "deepseek/deepseek-chat",
|
| 36 |
-
{ "id": "meta-llama/llama-3.3-70b-instruct",
|
| 37 |
]
|
| 38 |
},
|
| 39 |
"siliconflow": {
|
|
@@ -97,7 +97,7 @@
|
|
| 97 |
"github-copilot": {
|
| 98 |
"baseUrl": "https://models.inference.ai.azure.com",
|
| 99 |
"apiKey": "WILL_BE_SET_BY_ENV",
|
| 100 |
-
"api": "
|
| 101 |
"models": [
|
| 102 |
{ "id": "gpt-4o", "name": "GPT-4o" },
|
| 103 |
{ "id": "gpt-4o-mini", "name": "GPT-4o Mini" },
|
|
|
|
| 29 |
"baseUrl": "https://openrouter.ai/api/v1",
|
| 30 |
"apiKey": "WILL_BE_SET_BY_ENV",
|
| 31 |
"models": [
|
| 32 |
+
{ "id": "google/gemini-2.0-flash", "name": "Gemini 2.0 Flash" },
|
| 33 |
+
{ "id": "google/gemini-2.5-pro", "name": "Gemini 2.5 Pro" },
|
| 34 |
+
{ "id": "anthropic/claude-3.5-sonnet", "name": "Claude 3.5 Sonnet" },
|
| 35 |
+
{ "id": "deepseek/deepseek-chat", "name": "DeepSeek Chat" },
|
| 36 |
+
{ "id": "meta-llama/llama-3.3-70b-instruct", "name": "Llama 3.3 70B" }
|
| 37 |
]
|
| 38 |
},
|
| 39 |
"siliconflow": {
|
|
|
|
| 97 |
"github-copilot": {
|
| 98 |
"baseUrl": "https://models.inference.ai.azure.com",
|
| 99 |
"apiKey": "WILL_BE_SET_BY_ENV",
|
| 100 |
+
"api": "github-copilot",
|
| 101 |
"models": [
|
| 102 |
{ "id": "gpt-4o", "name": "GPT-4o" },
|
| 103 |
{ "id": "gpt-4o-mini", "name": "GPT-4o Mini" },
|