mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
local support for Arch-Router via Ollama
This commit is contained in:
parent
1bbd35f1ab
commit
85d59e20ec
2 changed files with 46 additions and 0 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