mirror of
https://github.com/katanemo/plano.git
synced 2026-05-07 23:02:43 +02:00
fix gpt to not arch
This commit is contained in:
parent
60cadf3e8a
commit
7163de5277
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ impl StreamContext {
|
||||||
if arch_assistant {
|
if arch_assistant {
|
||||||
for message in messages.iter() {
|
for message in messages.iter() {
|
||||||
if let Some(model) = message.model.as_ref() {
|
if let Some(model) = message.model.as_ref() {
|
||||||
if model.contains("gpt") {
|
if !model.contains("Arch") {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue