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