asons commited on
Commit
d7433d1
·
verified ·
1 Parent(s): 1cf36f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -106,8 +106,8 @@ RUN mkdir -p /root/.openclaw && \
106
  "api": "openai-completions",
107
  "models": [
108
  {
109
- "id": "PLACEHOLDER_MODEL_ID",
110
- "name": "GLM-4.7-Flash",
111
  "contextWindow": 131072
112
  }
113
  ]
 
106
  "api": "openai-completions",
107
  "models": [
108
  {
109
+ "id": "gemini-3.1-pro-high",
110
+ "name": "Gemini 3.1 Pro (High)",
111
  "contextWindow": 131072
112
  }
113
  ]