fixes for formatting

This commit is contained in:
2024-12-31 11:00:02 +01:00
parent 8400bfc4ee
commit 92335f8828
39 changed files with 699 additions and 752 deletions

View File

@@ -57,7 +57,7 @@ pub fn (mut f OpenAI) chat_completion(model_type ModelType, msgs Messages) !Chat
}
for msg in msgs.messages {
mr := MessageRaw{
role: roletype_str(msg.role)
role: roletype_str(msg.role)
content: msg.content
}
m.messages << mr