open_ai: Fix parallel tools issue (#30467)
There is no ISSUE opened on this topic Release Notes: - N/A --------- Co-authored-by: Peter Tripp <peter@zed.dev> Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
This commit is contained in:
parent
9da9ef860b
commit
e6f51966a1
1 changed files with 2 additions and 4 deletions
|
@ -205,10 +205,8 @@ impl Model {
|
|||
| Self::FourOmniMini
|
||||
| Self::FourPointOne
|
||||
| Self::FourPointOneMini
|
||||
| Self::FourPointOneNano
|
||||
| Self::O1
|
||||
| Self::O1Preview
|
||||
| Self::O1Mini => true,
|
||||
| Self::FourPointOneNano => true,
|
||||
Self::O1 | Self::O1Preview | Self::O1Mini => false,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue