Fix regression that caused Anthropic custom models to error (#15329)
/cc: @bennetbo Release Notes: - N/A Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
4bd935b409
commit
70e895a8c7
4 changed files with 4 additions and 14 deletions
|
@ -174,7 +174,7 @@ impl AnthropicModel {
|
|||
}
|
||||
|
||||
Request {
|
||||
model: self.model.clone(),
|
||||
model: self.model.id().to_string(),
|
||||
messages: request
|
||||
.messages
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue