Update start-openclaw.sh
Browse files- start-openclaw.sh +1 -1
start-openclaw.sh
CHANGED
|
@@ -30,7 +30,7 @@ cat > /root/.openclaw/openclaw.json <<EOF
|
|
| 30 |
},
|
| 31 |
"openai": {
|
| 32 |
"baseUrl": "$OPEN_AI_API_BASE",
|
| 33 |
-
"apiKey": "$
|
| 34 |
"api": "openai-completions",
|
| 35 |
"models": [
|
| 36 |
{"id": "gpt-4o-mini","name": "🔵 OpenAI - gpt-4o-mini", "contextWindow": 128000 }
|
|
|
|
| 30 |
},
|
| 31 |
"openai": {
|
| 32 |
"baseUrl": "$OPEN_AI_API_BASE",
|
| 33 |
+
"apiKey": "$OPEN_AI_API_KEY",
|
| 34 |
"api": "openai-completions",
|
| 35 |
"models": [
|
| 36 |
{"id": "gpt-4o-mini","name": "🔵 OpenAI - gpt-4o-mini", "contextWindow": 128000 }
|