diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index 214710d..f49394b 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -49,7 +49,7 @@ data: "agents": { "defaults": { "model": { - "primary": "openai/solidrust/dolphin-2.9.2-qwen2-72b-AWQ", + "primary": "openai/dphn/Dolphin-Mistral-24B-Venice-Edition", "fallbacks": ["google/gemini-3.1-pro-preview"] }, "workspace": "~/.openclaw/workspace" diff --git a/apps/base/customer1/openclaw/vllm-gemma.yaml b/apps/base/customer1/openclaw/vllm-gemma.yaml index 5f53b80..bda6a5b 100644 --- a/apps/base/customer1/openclaw/vllm-gemma.yaml +++ b/apps/base/customer1/openclaw/vllm-gemma.yaml @@ -28,13 +28,11 @@ spec: command: ["python3", "-m", "vllm.entrypoints.openai.api_server"] args: - "--model" - - "solidrust/dolphin-2.9.2-qwen2-72b-AWQ" # Elite Uncensored 72B (AWQ Quantized for 80GB VRAM) - - "--quantization" - - "awq" + - "dphn/Dolphin-Mistral-24B-Venice-Edition" # Uncensored 24B (Native) - "--dtype" - - "half" + - "bfloat16" - "--max-model-len" - - "16384" + - "32768" ports: - containerPort: 8000 resources: