Parameter | Description |
---|---|
Model | The model to use. You can use the List models action to get all of your available models, or visit OpenAI’s Model Overview for descriptions of them. |
Prompt | The prompt to generate a completion for. |
Parameter | Description |
---|---|
Stop | Sequences of text that will instruct the model to stop generating further tokens once any of these sequences are encountered. The response will not include the stop sequence(s) themselves. Valid values are: * String: A single stop sequence (e.g., “END”). * List: A comma separated list of up to 4 stop sequences (e.g., “END,STOP”). Note: The quotes are used only for the example. Avoid using quotes in the stop parameter. |
Temperature | What sampling temperature to use, between 0.0 and 2.0 .Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. |
Token Limit | The maximum number of tokens to generate in the completion. A higher token limit will result in a longer response. |
User | A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. Learn more. |