Procedures, 13
| Name | Parameters | Returns | Access | Versions | Obsolete |
|---|---|---|---|---|---|
| GetMaxTokens | () | Integer | public | 23-28 | - |
| GetTemperature | () | Decimal | public | 23-28 | - |
| GetTopP | () | Decimal | public | 23-28 | - |
| GetSuffix | () | Text | public | 23-28 | - |
| GetPresencePenalty | () | Decimal | public | 23-28 | - |
| GetFrequencyPenalty | () | Decimal | public | 23-28 | - |
| SetMaxTokens | (Integer) | public | 23-28 | - | |
| SetTemperature | (Decimal) | public | 23-28 | - | |
| SetTopP | (Decimal) | public | 23-28 | - | |
| SetSuffix | (Text) | public | 23-28 | - | |
| SetPresencePenalty | (Decimal) | public | 23-28 | - | |
| SetFrequencyPenalty | (Decimal) | public | 23-28 | - | |
| AddCompletionsParametersToPayload | (var JsonObject) | internal | 23-28 | - |