Update start-openclaw.sh
Browse files- start-openclaw.sh +9 -1
start-openclaw.sh
CHANGED
|
@@ -27,7 +27,15 @@ cat > /root/.openclaw/openclaw.json <<EOF
|
|
| 27 |
"models": [
|
| 28 |
{ "id": "$MODEL", "name": "$MODEL", "contextWindow": 128000 }
|
| 29 |
]
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
}
|
| 32 |
},
|
| 33 |
"agents": {
|
|
|
|
| 27 |
"models": [
|
| 28 |
{ "id": "$MODEL", "name": "$MODEL", "contextWindow": 128000 }
|
| 29 |
]
|
| 30 |
+
},
|
| 31 |
+
"openai": {
|
| 32 |
+
"baseUrl": "https://api.openai.com/v1",
|
| 33 |
+
"apiKey": "$OPENAI_API_KEY2",
|
| 34 |
+
"api": "openai-completions",
|
| 35 |
+
"models": [
|
| 36 |
+
{"id": "gpt-4o-mini","name": "gpt-4o-mini", "contextWindow": 128000 }
|
| 37 |
+
]
|
| 38 |
+
}
|
| 39 |
}
|
| 40 |
},
|
| 41 |
"agents": {
|