Spaces:
Runtime error
Runtime error
sevenopenclaw commited on
Commit ·
5dc9fb9
1
Parent(s): 9095290
chore: gemini model 切换为 gemini-3.1-flash-image
Browse files- openclaw.json +1 -1
openclaw.json
CHANGED
|
@@ -108,7 +108,7 @@
|
|
| 108 |
"gemini": {
|
| 109 |
"type": "openai-compatible",
|
| 110 |
"apiKey": "__GEMINI_API_KEY__",
|
| 111 |
-
"model": "gemini-3-
|
| 112 |
"baseUrl": "__GEMINI_BASE_URL__",
|
| 113 |
"timeoutMs": 120000
|
| 114 |
},
|
|
|
|
| 108 |
"gemini": {
|
| 109 |
"type": "openai-compatible",
|
| 110 |
"apiKey": "__GEMINI_API_KEY__",
|
| 111 |
+
"model": "gemini-3.1-flash-image",
|
| 112 |
"baseUrl": "__GEMINI_BASE_URL__",
|
| 113 |
"timeoutMs": 120000
|
| 114 |
},
|