Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -106,8 +106,8 @@ RUN mkdir -p /root/.openclaw && \
|
|
| 106 |
"api": "openai-completions",
|
| 107 |
"models": [
|
| 108 |
{
|
| 109 |
-
"id": "
|
| 110 |
-
"name": "
|
| 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 |
]
|