feat: add vllm_research backend and update research_fallback_order
This commit is contained in:
parent
ea708321e4
commit
488fa71891
1 changed files with 8 additions and 1 deletions
|
|
@ -45,6 +45,13 @@ backends:
|
|||
model: __auto__
|
||||
supports_images: false
|
||||
type: openai_compat
|
||||
vllm_research:
|
||||
api_key: ''
|
||||
base_url: http://host.docker.internal:8000/v1
|
||||
enabled: true
|
||||
model: __auto__
|
||||
supports_images: false
|
||||
type: openai_compat
|
||||
fallback_order:
|
||||
- ollama
|
||||
- claude_code
|
||||
|
|
@ -53,7 +60,7 @@ fallback_order:
|
|||
- anthropic
|
||||
research_fallback_order:
|
||||
- claude_code
|
||||
- vllm
|
||||
- vllm_research
|
||||
- ollama_research
|
||||
- github_copilot
|
||||
- anthropic
|
||||
|
|
|
|||
Loading…
Reference in a new issue