--- title: FastAPI emoji: 🌖 colorFrom: green colorTo: indigo sdk: docker pinned: false --- Run this from the terminal as you would normally start a FastAPI app: `uvicorn api:app` and navigate to http://localhost:8000/chat in your browser.