feat: add vllm_research backend and update research_fallback_order
This commit is contained in:
parent
c304d9145f
commit
e0bd7d119c
1 changed files with 8 additions and 1 deletions
|
|
@ -45,6 +45,13 @@ backends:
|
||||||
model: __auto__
|
model: __auto__
|
||||||
supports_images: false
|
supports_images: false
|
||||||
type: openai_compat
|
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:
|
fallback_order:
|
||||||
- ollama
|
- ollama
|
||||||
- claude_code
|
- claude_code
|
||||||
|
|
@ -53,7 +60,7 @@ fallback_order:
|
||||||
- anthropic
|
- anthropic
|
||||||
research_fallback_order:
|
research_fallback_order:
|
||||||
- claude_code
|
- claude_code
|
||||||
- vllm
|
- vllm_research
|
||||||
- ollama_research
|
- ollama_research
|
||||||
- github_copilot
|
- github_copilot
|
||||||
- anthropic
|
- anthropic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue