Skip to content

OpenAI.Request.Suffix

Andrew Lambert edited this page Dec 17, 2023 · 3 revisions

OpenAI.Request.Suffix

Property declaration

 Dim Suffix As String

Remarks

On Completion requests, the suffix comes after a completion of inserted text.

On FineTune requests, the suffix is a string of up to 40 characters that will be added to your fine-tuned model name. For example, a suffix of "custom-model-name" would produce a model name like ada:ft-your-org:custom-model-name-2022-02-15-04-21-04.

Clone this wiki locally