Followed the instructions, the only change I made to .env was adding the openai api key.
Whenever I type something in the chat I get this error:
API Error: 404 status code (no body)
I changed the command from
uv run uvicorn server:app --host 0.0.0.0 --port 8082 --reload
to
uv run uvicorn server:app --host 127.0.0.1 --port 18082 --reload
and everything worked out.