he1237596 commited on
Commit
ba7c227
·
verified ·
1 Parent(s): 3b8d9b7

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +2 -2
start-openclaw.sh CHANGED
@@ -25,7 +25,7 @@ cat > /root/.openclaw/openclaw.json <<EOF
25
  "apiKey": "$OPENAI_API_KEY",
26
  "api": "openai-completions",
27
  "models": [
28
- { "id": "$MODEL", "name": "$MODEL", "contextWindow": 128000 }
29
  ]
30
  },
31
  "openai": {
@@ -33,7 +33,7 @@ cat > /root/.openclaw/openclaw.json <<EOF
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
  }
 
25
  "apiKey": "$OPENAI_API_KEY",
26
  "api": "openai-completions",
27
  "models": [
28
+ { "id": "$MODEL", "name": "🟢 NVIDIA - $MODEL", "contextWindow": 128000 }
29
  ]
30
  },
31
  "openai": {
 
33
  "apiKey": "$OPENAI_API_KEY2",
34
  "api": "openai-completions",
35
  "models": [
36
+ {"id": "gpt-4o-mini","name": "🔵 OpenAI - gpt-4o-mini", "contextWindow": 128000 }
37
  ]
38
  }
39
  }