OpenAI Connector v1.0
1. General Information
After creating an account, you can create your API Key fromhttps://platform.openai.com/account/api-keys by clicking “Create new secret key”. After getting that, copy and paste your API Key into Oneteg Edit Connection page
NOTE Please note that free account may have request limits, we are currently using paid account, which is pay-as-you-go
Host Name: https://api.openai.com/v1

2. Connector Actions and Test
Action Name / METHOD | OpenAI: Creates a completion for the provided prompt and parameters (POST) | ||
---|---|---|---|
Action Description | Generates a text according to your prompt | ||
Request Body Name | Parameter | Type | Description (Example) |
Options | Model | String | AI Model, ex: text-davinci-003 |
Options | Max Tokens | Integer | Number of tokens needed for response. If the response is short, try increasing this number. Ex: 1000 |
Options | Prompt | String | Query to be responded. Ex: Generate text for a LinkedIn post for a sustainability campaing for clean oceans for company CyanGate |
|
|
|
|
|
|
|
|
