Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 627 Bytes

File metadata and controls

20 lines (16 loc) · 627 Bytes

Agentic AI Chatbot using Llamaindex and Gemini API

Math-focused Agentic AI ChatBot using Llamaindex and gemini-2.0-flash—specialized in performing mathematical operations through tool usage and function calls. This application is designed to run locally, leveraging external APIs.

Install Requirements

Fork this repository and clone it in your virtual environment.

Install the requirements:

pip install -r requirements.txt

Add your Gemini API key to a .env file (or paste your API key directly):

GEMINI_API_KEY = 'YOUR_API_KEY'

To start the Gradio UI:

python ./app.py