OpenAIChatGPT Step

This Step uses the ChatGPT API with its latest and most advanced gpt-3.5-turbo and gpt-4 models.

Inputs

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
idSINGLENein
objectSINGLENein
createdSINGLENein
modelSINGLENein
choice_contentSINGLENein
choice_finish_reasonSINGLENein
choice_indexSINGLENein
usage_prompt_tokensSINGLENein
usage_completion_tokensSINGLENein
usage_total_tokensSINGLENein
error SPREADSHEET Spreadsheet with error message Ja
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Pflichtfeld Standardwert
error_messageSINGLENein
error_typeSINGLENein
error_paramSINGLENein
error_codeSINGLENein