feat: add vllm_research backend and update research_fallback_order

This commit is contained in:
pyr0ball 2026-02-27 00:09:00 -08:00
parent 96bb1222a6
commit f9a329fb57

View file

@ -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