mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Make clippy happy
This commit is contained in:
parent
c640856cc1
commit
ae115cee78
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ async fn non_streamed_chat(
|
|||
index_scheduler.features().check_chat_completions("using the /chats chat completions route")?;
|
||||
|
||||
return Err(ResponseError::from_msg(
|
||||
format!("Non-streamed chat completions is not implemented"),
|
||||
"Non-streamed chat completions is not implemented".to_string(),
|
||||
Code::UnimplementedNonStreamingChatCompletions,
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue