make arch api key optional

This commit is contained in:
Adil Hafeez 2025-07-07 12:03:18 -07:00
parent a212dd79da
commit 2f1a3a9450
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ listeners:
llm_providers:
- name: arch-router
access_key: $ARCH_API_KEY
access_key: ${ARCH_API_KEY:-none}
provider_interface: arch
model: Arch-Router

View file

@ -13,7 +13,7 @@ listeners:
llm_providers:
- name: arch-router
access_key: $ARCH_API_KEY
access_key: ${ARCH_API_KEY:-none}
provider_interface: arch
model: hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M
endpoint: host.docker.internal:11434