Skip to content

Commit 53dd267

Browse files
MiriamScharnkeccreutzi
authored andcommitted
Update openAIChat.m
Fixed a typo in the mhelp in openAIChat.generate (Temperatur -> Temperature).
1 parent 139985d commit 53dd267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openAIChat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
% The default value is CHAT.ModelName.
172172
%
173173
% Temperature - Temperature value for controlling the randomness
174-
% of the output. Default value is CHAT.Temperatur;
174+
% of the output. Default value is CHAT.Temperature;
175175
% higher values increase the randomness (in some sense,
176176
% the “creativity”) of outputs, lower values
177177
% reduce it. Setting Temperature=0 removes

0 commit comments

Comments
 (0)