Simford.Dong commited on
Commit
ac84c85
·
1 Parent(s): 87f529e

feat: add Gemini 3 models and update agent defaults

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -102,14 +102,16 @@ cat > /root/.openclaw/openclaw.json <<EOF\n\
102
  \"api\": \"openai-completions\",\n\
103
  \"models\": [\n\
104
  {\"id\": \"gemini-2.5-pro\", \"name\": \"gemini-2.5-pro\", \"contextWindow\": 200000, \"maxTokens\": 8192},\n\
105
- {\"id\": \"gemini-2.5-flash\", \"name\": \"gemini-2.5-flash\", \"contextWindow\": 200000, \"maxTokens\": 8192}\n\
 
 
106
  ]\n\
107
  }\n\
108
  }\n\
109
  },\n\
110
  \"agents\": {\n\
111
  \"defaults\": {\n\
112
- \"model\": {\"primary\": \"cliproxy/gemini-2.5-pro\", \"fallbacks\": [\"cliproxy/gemini-2.5-flash\"]},\n\
113
  \"workspace\": \"~/.openclaw/workspace\"\n\
114
  }\n\
115
  },\n\
 
102
  \"api\": \"openai-completions\",\n\
103
  \"models\": [\n\
104
  {\"id\": \"gemini-2.5-pro\", \"name\": \"gemini-2.5-pro\", \"contextWindow\": 200000, \"maxTokens\": 8192},\n\
105
+ {\"id\": \"gemini-2.5-flash\", \"name\": \"gemini-2.5-flash\", \"contextWindow\": 200000, \"maxTokens\": 8192},\n\
106
+ {\"id\": \"gemini-3-flash-preview\", \"name\": \"gemini-3-flash-preview\", \"contextWindow\": 200000, \"maxTokens\": 8192},\n\
107
+ {\"id\": \"gemini-3-pro-preview\", \"name\": \"gemini-3-pro-preview\", \"contextWindow\": 200000, \"maxTokens\": 8192}\n\
108
  ]\n\
109
  }\n\
110
  }\n\
111
  },\n\
112
  \"agents\": {\n\
113
  \"defaults\": {\n\
114
+ \"model\": {\"primary\": \"cliproxy/gemini-3-flash-preview\", \"fallbacks\": [\"cliproxy/gemini-3-pro-preview\"]},\n\
115
  \"workspace\": \"~/.openclaw/workspace\"\n\
116
  }\n\
117
  },\n\