https://github.com/leehanchung/fastapi-chatgpt-todo-plugin
ChatGPT Todo Plugin in FastAPI
https://github.com/leehanchung/fastapi-chatgpt-todo-plugin
chatgpt chatgpt-plugin chatgpt-plugins fastapi python
Last synced: about 2 months ago
JSON representation
ChatGPT Todo Plugin in FastAPI
- Host: GitHub
- URL: https://github.com/leehanchung/fastapi-chatgpt-todo-plugin
- Owner: leehanchung
- License: mit
- Created: 2023-04-18T06:53:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T06:58:03.000Z (about 2 years ago)
- Last Synced: 2025-01-08T04:52:38.498Z (4 months ago)
- Topics: chatgpt, chatgpt-plugin, chatgpt-plugins, fastapi, python
- Language: Python
- Homepage: https://replit.com/@leehanchung/FastAPI-ChatGPT-Todo-Plugin
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Plugins Template — Todo Plugin
This is a replication of OpenAI's example plugin [Learn how to build a simple todo list plugin with no auth](https://platform.openai.com/docs/plugins/examples) using FastAPI.
Featuring:
- FastAPI based example with auto-generated `openapi.json` as the API manifest.
- `/` and `/help` endpoints## Run
- Fork the [Repl.it](https://replit.com/@leehanchung/FastAPI-ChatGPT-Todo-Plugin)- Click on `Run`
- [Read the ChatGPT Plugin Docs on how to install](https://openai.com/blog/chatgpt-plugins)**
## Examples
