Simple AI Chatbot with streaming answer capability.
Prepare your gemini api key and set to .env
file
Get your gemini api key here
inside your .env
file:
GOOGLE_API_KEY="<your-api-key>"
-
Clonning repository
git clone "https://github.com/Ishaq101/Simple-AI-Chatbot.git"
-
Prepare uv project
uv sync
-
Run dev server
uv run fastapi dev
wait until your server is ready -
Open UI file
index.html
into your browser -
Chatting with the AI chatbot