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

9 lines
No EOL
151 B
Markdown

# ChatGPT Web API backend with Python and FastAPI
## Run
```bash
pip install -r requirements.txt
OPEN_AI_KEY=sk-xxxxxx uvicorn main:app --reload
```