Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed May 17, 2024
1 parent 626ddc6 commit 6d34b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
messagesStruct = messages.Messages;
end

llms.openai.validateMessageSupported(messagesStruct{end}, model);
llms.openai.validateMessageSupported(messagesStruct{end}, this.ModelName);

if ~isempty(this.SystemPrompt)
messagesStruct = horzcat(this.SystemPrompt, messagesStruct);
Expand Down

0 comments on commit 6d34b1f

Please sign in to comment.