Update start-openclaw.sh
Browse files- start-openclaw.sh +2 -2
start-openclaw.sh
CHANGED
|
@@ -74,8 +74,8 @@ generate_safe_json() {
|
|
| 74 |
"apiKey": "$OPENAI_API_KEY",
|
| 75 |
"api": "openai-completions",
|
| 76 |
"models": [
|
| 77 |
-
{ "id": "$MODEL", "name": "$MODEL", "contextWindow":
|
| 78 |
-
{ "id": "${VISION_MODEL:-$MODEL}", "name": "Nvidia Vision", "contextWindow":
|
| 79 |
]
|
| 80 |
}
|
| 81 |
}
|
|
|
|
| 74 |
"apiKey": "$OPENAI_API_KEY",
|
| 75 |
"api": "openai-completions",
|
| 76 |
"models": [
|
| 77 |
+
{ "id": "$MODEL", "name": "$MODEL", "contextWindow": 128000 },
|
| 78 |
+
{ "id": "${VISION_MODEL:-$MODEL}", "name": "Nvidia Vision", "contextWindow": 128000, "input": ["text", "image"] }
|
| 79 |
]
|
| 80 |
}
|
| 81 |
}
|