Elysiadev11 commited on
Commit
cde3108
·
verified ·
1 Parent(s): 2b85938

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. 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": 65536 },
78
- { "id": "${VISION_MODEL:-$MODEL}", "name": "Nvidia Vision", "contextWindow": 65536, "input": ["text", "image"] }
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
  }