mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Better support for Mistral errors
This commit is contained in:
parent
596617dd31
commit
9ae73e3c05
3 changed files with 92 additions and 35 deletions
|
@ -107,7 +107,7 @@ impl ChatCompletionSettings {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Default)]
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq, Default)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub enum ChatCompletionSource {
|
||||
#[default]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue