OpenAIChatGPT Step
This Step uses the ChatGPT API with its latest and most advanced gpt-3.5-turbo and gpt-4 models.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
account | ACCOUNT | Your OpenAI Account | Nein | |
message | STRING | The message to process with ChatGPT. | Ja | |
image | FILE | Add an image to your request. Allowed image formats are: JPEG,PNG,GIF and WEBP. | Nein | |
model | STRING | The model which will generate the completion. Only the chat models can be used. | Nein | - gpt-4o
- gpt-4o-mini
- gpt-4-0125-preview
- gpt-4-turbo-preview
- gpt-4-1106-preview
- gpt-4-vision-preview
- gpt-4-1106-vision-preview
- gpt-4
- gpt-4-0613
- gpt-4-32k
- gpt-4-32k-0613
- gpt-3.5-turbo-0125
- gpt-3.5-turbo
- gpt-3.5-turbo-1106
- gpt-3.5-turbo-instruct
|
max_tokens | STRING | Max. number of tokens to return. | Nein | |
variance | STRING | The variance determines the randomness of the generated output. None outputs a pure deterministic result. Which means the same command or question always arises the same result. Low results in a more deterministic ouput with little variance. High increases the result variance. | Ja | - none
- low
- medium
- high
- very high
- maximum
|
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
response | SPREADSHEET | The Response Spreadsheet | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | id | SINGLE | | Nein | | object | SINGLE | | Nein | | created | SINGLE | | Nein | | model | SINGLE | | Nein | | choice_content | SINGLE | | Nein | | choice_finish_reason | SINGLE | | Nein | | choice_index | SINGLE | | Nein | | usage_prompt_tokens | SINGLE | | Nein | | usage_completion_tokens | SINGLE | | Nein | | usage_total_tokens | SINGLE | | Nein | |
|
error | SPREADSHEET | Spreadsheet with error message | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | error_message | SINGLE | | Nein | | error_type | SINGLE | | Nein | | error_param | SINGLE | | Nein | | error_code | SINGLE | | Nein | |
|