Merge branch 'master' of github.com:sirius0xdev/gcloud-lab
Call me
This commit is contained in:
commit
98da1db5fd
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ data:
|
|||
"auth": {
|
||||
"mode": "token"
|
||||
},
|
||||
"controlUi": {
|
||||
"controlUI": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
|
|
@ -50,7 +50,7 @@ data:
|
|||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "openai/Jiunsong/supergemma4-26b-abliterated-multimodal",
|
||||
"primary": "openai/coder3101/Qwen3.5-27B-heretic",
|
||||
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
||||
},
|
||||
"workspace": "~/.openclaw/workspace"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ data:
|
|||
TOKEN = os.environ.get('TELEGRAM_BOT_TOKEN')
|
||||
# Use the internal DNS of the vLLM service
|
||||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue