Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clippy
Browse files Browse the repository at this point in the history
timonv committed Dec 5, 2024
1 parent d8e5961 commit c8e0902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftide-integrations/src/openai/chat_completion.rs
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ impl ChatCompletion for OpenAI {

let messages = request
.messages()
.into_iter()
.iter()
.map(message_to_openai)
.collect::<Result<Vec<_>>>()?;

0 comments on commit c8e0902

Please sign in to comment.