diff --git a/src/api/chat_completions.rs b/src/api/chat_completions.rs index 5c7dd09..a78df05 100644 --- a/src/api/chat_completions.rs +++ b/src/api/chat_completions.rs @@ -77,10 +77,10 @@ impl Instance { #[cfg(test)] mod tests { - use std::path::PathBuf; use super::*; - use httpmock::prelude::*; use crate::read_words_from_file; + use httpmock::prelude::*; + use std::path::PathBuf; #[tokio::test] async fn test_post_chat_completions() {