mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-06-14 12:01:36 +02:00
Make clippy happy
This commit is contained in:
parent
c640856cc1
commit
ae115cee78
@ -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…
x
Reference in New Issue
Block a user