mirror of
https://github.com/katanemo/plano.git
synced 2026-05-07 06:42:42 +02:00
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:
parent
1bbd35f1ab
commit
a03aef8b4c
3 changed files with 47 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue