local support for Arch-Router via Ollama (#509)

* local support for Arch-Router via Ollama

* fixed issue withe non-local yaml config

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-329.local>
This commit is contained in:
Salman Paracha 2025-06-20 17:32:14 -07:00 committed by GitHub
parent 1bbd35f1ab
commit a03aef8b4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 47 additions and 1 deletions

View file

@ -30,7 +30,7 @@ llm_providers:
- name: code_generation
access_key: $OPENAI_API_KEY
provider_interface: claude
provider_interface: openai
model: gpt-4.1
usage: generating new code snippets, functions, or boilerplate based on user prompts or requirements