Update
This commit is contained in:
commit
5c5dbc0bf4
3 changed files with 33 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# ChatGPT Web API backend with Python and FastAPI
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
|
||||
OPEN_AI_KEY=sk-xxxxxx uvicorn main:app --reload
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue