├── README.md ├── main.py ├── manifest.json ├── openapi.yaml └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yoshinorisano/chatgpt-simple-todo-plugin/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yoshinorisano/chatgpt-simple-todo-plugin/HEAD/main.py -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yoshinorisano/chatgpt-simple-todo-plugin/HEAD/manifest.json -------------------------------------------------------------------------------- /openapi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yoshinorisano/chatgpt-simple-todo-plugin/HEAD/openapi.yaml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | fastapi 2 | uvicorn 3 | --------------------------------------------------------------------------------