he1237596 commited on
Commit
8f7f722
·
verified ·
1 Parent(s): 371a262

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. 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": "$OPEN_AI_API_KEY2",
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 }