chatgpt-web-api-python/README.md
2023-03-05 00:07:12 +08:00

151 B

ChatGPT Web API backend with Python and FastAPI

Run

pip install -r requirements.txt

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