sevenopenclaw commited on
Commit
5dc9fb9
·
1 Parent(s): 9095290

chore: gemini model 切换为 gemini-3.1-flash-image

Browse files
Files changed (1) hide show
  1. 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-pro-image",
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
  },