Add: CodeNeedle Benchmark. Optimize model handling.

This commit is contained in:
2026-06-17 19:14:08 +02:00
parent 599822036f
commit ce64ef56e4
11 changed files with 799 additions and 57 deletions
+1
View File
@@ -39,6 +39,7 @@ services:
environment:
- OPENCLAW_GATEWAY_MODE=local
- OPENCLAW_GATEWAY_PASSWORD=${OPENCLAW_PASSWORD}
- OPENCLAW_DEFAULT_MODEL=${OPENCLAW_DEFAULT_MODEL:-ollama/qwen3-general}
- OPENCLAW_CONFIG_PATH=/home/node/.openclaw/openclaw.json
- OPENCLAW_STATE_DIR=/home/node/.openclaw
- OLLAMA_URL=http://127.0.0.1:11434