ChatGPT Web backend API with Python and FastAPI.
Find a file
2023-03-05 00:07:12 +08:00
main.py Update 2023-03-05 00:07:12 +08:00
README.md Update 2023-03-05 00:07:12 +08:00
requirements.txt Update 2023-03-05 00:07:12 +08:00

ChatGPT Web API backend with Python and FastAPI

Run

pip install -r requirements.txt

OPEN_AI_KEY=sk-xxxxxx uvicorn main:app --reload