Merge branch 'master' of github.com:sirius0xdev/gcloud-lab

Call me
This commit is contained in:
sirius0xdev 2026-04-19 05:47:02 +00:00
commit 98da1db5fd
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ data:
"auth": { "auth": {
"mode": "token" "mode": "token"
}, },
"controlUi": { "controlUI": {
"enabled": true "enabled": true
} }
}, },
@ -50,7 +50,7 @@ data:
"agents": { "agents": {
"defaults": { "defaults": {
"model": { "model": {
"primary": "openai/Jiunsong/supergemma4-26b-abliterated-multimodal", "primary": "openai/coder3101/Qwen3.5-27B-heretic",
"fallbacks": ["google/gemini-3.1-pro-preview"] "fallbacks": ["google/gemini-3.1-pro-preview"]
}, },
"workspace": "~/.openclaw/workspace" "workspace": "~/.openclaw/workspace"

View file

@ -16,7 +16,7 @@ data:
TOKEN = os.environ.get('TELEGRAM_BOT_TOKEN') TOKEN = os.environ.get('TELEGRAM_BOT_TOKEN')
# Use the internal DNS of the vLLM service # Use the internal DNS of the vLLM service
VLLM_URL = 'http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1/chat/completions' VLLM_URL = 'http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1/chat/completions'
MODEL_NAME = 'Jiunsong/supergemma4-26b-abliterated-multimodal' MODEL_NAME = 'coder3101/Qwen3.5-27B-heretic'
bot = telebot.TeleBot(TOKEN) bot = telebot.TeleBot(TOKEN)