We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19effe4 + cc43556 commit bb7a186Copy full SHA for bb7a186
openAIChat.m
@@ -209,7 +209,7 @@
209
arguments
210
this (1,1) openAIChat
211
messages {mustBeValidMsgs}
212
- nvp.ModelName (1,1) string {mustBeModel} = "gpt-4o-mini"
+ nvp.ModelName (1,1) string {mustBeModel} = this.ModelName
213
nvp.Temperature {llms.utils.mustBeValidTemperature} = this.Temperature
214
nvp.TopP {llms.utils.mustBeValidProbability} = this.TopP
215
nvp.StopSequences {llms.utils.mustBeValidStop} = this.StopSequences
0 commit comments