8900 commited on
Commit
4548fde
·
verified ·
1 Parent(s): fd18a38

Update openclaw.json

Browse files
Files changed (1) hide show
  1. openclaw.json +7 -8
openclaw.json CHANGED
@@ -27,8 +27,7 @@
27
  "providers": {
28
  "openrouter": {
29
  "baseUrl": "https://openrouter.ai/api/v1",
30
- "apiKey": "${OPENROUTER_API_KEY}",
31
- "api": "openai-completions",
32
  "models": [
33
  { "id": "google/gemini-2.0-flash", "name": "Gemini 2.0 Flash" },
34
  { "id": "google/gemini-2.5-pro", "name": "Gemini 2.5 Pro" },
@@ -39,7 +38,7 @@
39
  },
40
  "siliconflow": {
41
  "baseUrl": "https://api.siliconflow.cn/v1",
42
- "apiKey": "${SILICONFLOW_API_KEY}",
43
  "api": "openai-completions",
44
  "models": [
45
  { "id": "Qwen/Qwen2.5-72B-Instruct", "name": "[Free] Qwen2.5 72B" },
@@ -55,7 +54,7 @@
55
  },
56
  "deepseek": {
57
  "baseUrl": "https://api.deepseek.com/v1",
58
- "apiKey": "${DEEPSEEK_API_KEY}",
59
  "api": "openai-completions",
60
  "models": [
61
  { "id": "deepseek-chat", "name": "DeepSeek V3 (Chat)" },
@@ -64,7 +63,7 @@
64
  },
65
  "groq": {
66
  "baseUrl": "https://api.groq.com/openai/v1",
67
- "apiKey": "${GROQ_API_KEY}",
68
  "api": "openai-completions",
69
  "models": [
70
  { "id": "llama-3.3-70b-versatile", "name": "[Free] Llama 3.3 70B" },
@@ -81,7 +80,7 @@
81
  },
82
  "minimax": {
83
  "baseUrl": "https://api.minimax.chat/v1",
84
- "apiKey": "${MINIMAX_API_KEY}",
85
  "api": "openai-completions",
86
  "models": [
87
  { "id": "MiniMax-Text-01", "name": "MiniMax Text-01" },
@@ -91,7 +90,7 @@
91
  },
92
  "google": {
93
  "baseUrl": "https://generativelanguage.googleapis.com/v1beta/openai",
94
- "apiKey": "${GOOGLE_API_KEY}",
95
  "api": "openai-completions",
96
  "models": [
97
  { "id": "google/gemini-2.0-flash", "name": "Gemini 2.0 Flash" },
@@ -102,7 +101,7 @@
102
  },
103
  "github": {
104
  "baseUrl": "https://models.inference.ai.azure.com",
105
- "apiKey": "${GITHUB_MODELS_API_KEY}",
106
  "api": "openai-completions",
107
  "models": [
108
  { "id": "gpt-4o", "name": "GPT-4o" },
 
27
  "providers": {
28
  "openrouter": {
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" },
 
38
  },
39
  "siliconflow": {
40
  "baseUrl": "https://api.siliconflow.cn/v1",
41
+ "apiKey": "WILL_BE_SET_BY_ENV",
42
  "api": "openai-completions",
43
  "models": [
44
  { "id": "Qwen/Qwen2.5-72B-Instruct", "name": "[Free] Qwen2.5 72B" },
 
54
  },
55
  "deepseek": {
56
  "baseUrl": "https://api.deepseek.com/v1",
57
+ "apiKey": "WILL_BE_SET_BY_ENV",
58
  "api": "openai-completions",
59
  "models": [
60
  { "id": "deepseek-chat", "name": "DeepSeek V3 (Chat)" },
 
63
  },
64
  "groq": {
65
  "baseUrl": "https://api.groq.com/openai/v1",
66
+ "apiKey": "WILL_BE_SET_BY_ENV",
67
  "api": "openai-completions",
68
  "models": [
69
  { "id": "llama-3.3-70b-versatile", "name": "[Free] Llama 3.3 70B" },
 
80
  },
81
  "minimax": {
82
  "baseUrl": "https://api.minimax.chat/v1",
83
+ "apiKey": "WILL_BE_SET_BY_ENV",
84
  "api": "openai-completions",
85
  "models": [
86
  { "id": "MiniMax-Text-01", "name": "MiniMax Text-01" },
 
90
  },
91
  "google": {
92
  "baseUrl": "https://generativelanguage.googleapis.com/v1beta/openai",
93
+ "apiKey": "WILL_BE_SET_BY_ENV",
94
  "api": "openai-completions",
95
  "models": [
96
  { "id": "google/gemini-2.0-flash", "name": "Gemini 2.0 Flash" },
 
101
  },
102
  "github": {
103
  "baseUrl": "https://models.inference.ai.azure.com",
104
+ "apiKey": "WILL_BE_SET_BY_ENV",
105
  "api": "openai-completions",
106
  "models": [
107
  { "id": "gpt-4o", "name": "GPT-4o" },