parent
fbb5628ec6
commit
6c46e1129d
11 changed files with 16 additions and 16 deletions
|
@ -1419,7 +1419,7 @@ impl Thread {
|
|||
}
|
||||
|
||||
request.tools = available_tools;
|
||||
request.mode = if model.supports_max_mode() {
|
||||
request.mode = if model.supports_burn_mode() {
|
||||
Some(self.completion_mode.into())
|
||||
} else {
|
||||
Some(CompletionMode::Normal.into())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue