From 58451ccca58228bb7e0d6d39a6e540d0a9c9c98f Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Wed, 29 Apr 2026 05:42:31 +0000 Subject: [PATCH] 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. --- apps/base/customer1/hermes-agent/configmap.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/base/customer1/hermes-agent/configmap.yaml b/apps/base/customer1/hermes-agent/configmap.yaml index 782a7aa..f6d8f82 100644 --- a/apps/base/customer1/hermes-agent/configmap.yaml +++ b/apps/base/customer1/hermes-agent/configmap.yaml @@ -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.