The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekitplugins.openai.chatgpt.connector
Directory
Classes
| Class | Description |
|---|---|
ChatGPTConnector |
Variables
| Property | Type | Description |
|---|---|---|
OPENAI_API_KEY |
str |
|
TIMEOUT_SECONDS |
int |
flytekitplugins.openai.chatgpt.connector.ChatGPTConnector
Parameters
def ChatGPTConnector()Properties
| Property | Type | Description |
|---|---|---|
task_category |
None |
task category that the connector supports |
Methods
| Method | Description |
|---|---|
do() |
This is the method that the connector will run. |
do()
def do(
task_template: flytekit.models.task.TaskTemplate,
inputs: typing.Optional[flytekit.models.literals.LiteralMap],
kwargs,
) -> flytekit.extend.backend.base_connector.ResourceThis is the method that the connector will run.
| Parameter | Type | Description |
|---|---|---|
task_template |
flytekit.models.task.TaskTemplate |
|
inputs |
typing.Optional[flytekit.models.literals.LiteralMap] |
|
kwargs |
**kwargs |