feat(hermes-config): add rtx6000-brain provider using model from vLLM deployment

Added rtx6000-brain alongside the existing rtx6000-vllm entry.
Uses the exact model name from rtx6000-vllm Deployment and the correct ClusterIP service endpoint.
This commit is contained in:
sirius0xdev 2026-04-29 05:42:31 +00:00
parent 9e5eea2cd1
commit 58451ccca5

View file

@ -327,6 +327,12 @@ data:
api_key: EMPTY
model: Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16
context_length: 131072
rtx6000-brain:
provider: openai
base_url: http://rtx6000-brain-service.customer1.svc.cluster.local:8000/v1
model: Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16
api_key: EMPTY
context_length: 131072
# ── Fallback Model ────────────────────────────────────────────────────
# Automatic provider failover when primary is unavailable.