9 lines
No EOL
151 B
Markdown
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
|
|
``` |