parent
fbb5628ec6
commit
6c46e1129d
11 changed files with 16 additions and 16 deletions
|
@ -294,7 +294,7 @@ pub trait LanguageModel: Send + Sync {
|
|||
fn supports_tool_choice(&self, choice: LanguageModelToolChoice) -> bool;
|
||||
|
||||
/// Returns whether this model supports "burn mode";
|
||||
fn supports_max_mode(&self) -> bool {
|
||||
fn supports_burn_mode(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue