Job Runner

Generate Text From Text Using OpenAI

Summary

Send the message to OpenAI, then retrieve a text from OpenAI.

How to Use

To use this Do, you need to issue an API key with your OpenAI account.

When you execute this Do, messages to the language model provided by OpenAI will be sent, then you can retrieve the text generated by that model.

The generated text will be set as the result value of the action. The result value of the action can be referenced using expressions like “= $1”.

In this Do, you cannot send images to OpenAI. To generate text with images using OpenAI, use “Generate Text From Text and Images Using OpenAI”.

Parameter

Set OpenAI API Key, Model, and Message.

OpenAI API Key

Specify the API key that OpenAI has issued in advance.

Please note that this is not about the API token of the Kintone app.

Model

Specify the language model to which the message will be sent.

Message

Specify the message to be sent to OpenAI.

Precautions

Please judge the accuracy of the content generated by OpenAI and use it at your own risk.