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:
parent
9e5eea2cd1
commit
58451ccca5
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue