This Step uses the ChatGPT API with its latest and most advanced gpt-3.5-turbo and gpt-4 models. It processes spreadsheets.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
account | ACCOUNT | Your OpenAI Account | Nein | |
input | SPREADSHEET | Limits the spreadsheet rows to be processed. | Ja | |
mappingdefinition | STRING | The mapping definition JSON String | Ja | |
| Folgende Felder sind zu konfigurieren:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | id | SINGLE | An identifier (e.g. ProductID, SKU) to identify the record after the OpenAI result was returned. | Nein | | message | SINGLE | The message is basically the text you are sending to the ChatGPT chat API. | 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
|
limit | STRING | limits the spreadsheet rows to be processed | Nein | |
max_tokens | STRING | Max. number of tokens to return per row. | 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 |
result | SPREADSHEET | The Result Spreadsheet | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | source_id | SINGLE | | Nein | | source_message | SINGLE | | Nein | | result | SINGLE | | Nein | | usage | SINGLE | | Nein | | |
invalid | SPREADSHEET | Invalid rows | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | id | SINGLE | | Nein | | message | SINGLE | | Nein | | |
error | SPREADSHEET | | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | source_id | SINGLE | | Nein | | source_message | SINGLE | | Nein | | error_message | SINGLE | | Nein | | |