mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-06-15 12:31:35 +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")?;
|
index_scheduler.features().check_chat_completions("using the /chats chat completions route")?;
|
||||||
|
|
||||||
return Err(ResponseError::from_msg(
|
return Err(ResponseError::from_msg(
|
||||||
format!("Non-streamed chat completions is not implemented"),
|
"Non-streamed chat completions is not implemented".to_string(),
|
||||||
Code::UnimplementedNonStreamingChatCompletions,
|
Code::UnimplementedNonStreamingChatCompletions,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user