-
-
Notifications
You must be signed in to change notification settings - Fork 9
OpenAI.Request
Andrew Lambert edited this page Jan 31, 2023
·
17 revisions
OpenAI.Request
Protected Class RequestThis class represents an API Request.
- BatchSize As Integer
- BestOf As Integer
- ClassificationBetas As JSONItem
- ClassificationNClasses As Integer
- ClassificationPositiveClass As String
- Echo As Boolean
- FineTuneID As String
- FrequencyPenalty As Single
- Input As String
- Instruction As String
- LearningRateMultiplier As Single
- LogItBias As JSONItem
- LogProbabilities As Integer
- MaskImage As Picture
- MaxTokens As Integer
- Model As Model
- NumberOfEpochs As Integer
- NumberOfResults As Integer
- PresencePenalty As Single
- Prompt As String
- PromptLossWeight As Single
- ResultsAsURL As Boolean
- Size As String
- SourceImage As Picture
- Stop As String
- Suffix As String
- Temperature As Single
- Top_P As Single
- TrainingFile As String
- User As String
- ValidationFile As String
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.