Skip to content

Commit

Permalink
Change flytekitplugins.chatgpt to flytekitplugins.openai in ChatG…
Browse files Browse the repository at this point in the history
…PT Example (#1548)

Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier authored Mar 29, 2024
1 parent 85f8664 commit 487f5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/chatgpt_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To install the ChatGPT agent, run the following command:
```{eval-rst}
.. prompt:: bash
pip install flytekitplugins-chatgpt
pip install flytekitplugins-openai
```

## Example usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import flytekit
from flytekit import ImageSpec, Secret, dynamic, task, workflow
from flytekitplugins.chatgpt import ChatGPTTask
from flytekitplugins.openai import ChatGPTTask

# %% [markdown]
# You have to specify your `name`, `openai_organization` and `chatgpt_config`.
Expand Down

0 comments on commit 487f5df

Please sign in to comment.