adding support for Qwen models and fixed issue with passing PATH variable

This commit is contained in:
Salman Paracha 2025-10-01 17:24:32 -07:00
parent dbeaa51aa7
commit e6ad85f041
7 changed files with 54 additions and 5 deletions

View file

@ -35,6 +35,11 @@ llm_providers:
access_key: $AZURE_API_KEY
base_url: https://katanemo.openai.azure.com
# Azure OpenAI Models
- model: qwen/qwen3-coder-480b-a35b-instruct
access_key: $DASHSCOPE_API_KEY
base_url: https://dashscope-intl.aliyuncs.com
# Ollama Models
- model: ollama/llama3.1
base_url: http://host.docker.internal:11434