Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,12 @@ A correct implementation would look like https://poe.com/AllCapsBotDemo
[here](https://creator.poe.com/docs/server-bots-functional-guides#updating-bot-settings).

A correct implementation would look like https://poe.com/TurboVsClaudeBotDemo

### PythonAgent

- This is a quite advanced example that demonstrates how to leverage OpenAI's code
interpreter functionality to run Python programs in a remote environment.
- Supports files upload, file persistence, automatic code re-execution and matplotlib
image output.

A correct implementation would look like https://poe.com/PythonAgent
Loading