An open API service indexing awesome lists of open source software.

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

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
![Alt text](docs/sample.png)