Merge pull request #72 from sirius0xdev/fix/hermes-vllm-provider-config-type

fix(hermes-agent): add type: openai to vLLM providers for model listing
This commit is contained in:
sirius0xdev 2026-04-29 12:21:34 -04:00 committed by GitHub
commit bb0d8f8513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,12 +11,15 @@ data:
base_url: https://api.x.ai/v1
providers:
rtx6000-brain:
type: openai
api_key: EMPTY
base_url: http://rtx6000-brain-service:8000/v1
base_url: http://rtx6000-brain-service.customer1.svc.cluster.local:8000/v1
context_length: 131072
qwen-vllm:
type: openai
api_key: EMPTY
base_url: http://openclaw-brain-service:8000/v1
base_url: http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1
context_length: 131072
fallback_providers: []
credential_pool_strategies: {}
toolsets:
@ -331,9 +334,10 @@ data:
context_length: 131072
qwen-vllm:
provider: openai
base_url: http://openclaw-brain-service:8000/v1
base_url: http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1
model: Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16
api_key: EMPTY
context_length: 131072
rtx6000-vllm:
provider: openai
base_url: http://rtx6000-brain-service.customer1.svc.cluster.local:8000/v1