In error text of cloud LLM API: completion failed
-> request failed
(#29888)
This error is used for more requests than completion requests Release Notes: - N/A
This commit is contained in:
parent
161f6dfcb6
commit
f4e9ea3cd8
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ impl CloudLanguageModel {
|
|||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
#[error("cloud language model completion failed with status {status}: {body}")]
|
||||
#[error("cloud language model request failed with status {status}: {body}")]
|
||||
struct ApiError {
|
||||
status: StatusCode,
|
||||
body: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue