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

@ -144,6 +144,7 @@ impl RouterModel for RouterModelV1 {
content: Some(ContentType::Text(messages_content)),
role: USER_ROLE.to_string(),
}],
temperature: Some(0.01),
..Default::default()
}
}