diff --git a/README.md b/README.md index f3bf49d..c3eb324 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ayurveda Chatbot using LLaMA and RAG -This project is an interactive Ayurveda chatbot that uses a **Retrieval-Augmented Generation (RAG)** pipeline powered by the **LLaMA language model via Ollama**. The chatbot provides Ayurvedic knowledge and answers user queries based on pre-trained PDF content. +This project is an interactive Ayurveda chatbot that uses a **Retrieval-Augmented Generation (RAG)** pipeline powered by the **LLaMA language model via Llama**. The chatbot provides Ayurvedic knowledge and answers user queries based on pre-trained PDF content. --- @@ -16,7 +16,7 @@ This project is an interactive Ayurveda chatbot that uses a **Retrieval-Augmente - Python 3.8+ - GPU support (optional but recommended for faster LLM inference) -- LLaMA model via [Ollama](https://ollama.ai) +- LLaMA model via Groq --- @@ -25,7 +25,7 @@ This project is an interactive Ayurveda chatbot that uses a **Retrieval-Augmente ### 1. Clone the Repository ```bash git clone https://git.digimantra.com/SHREY/AyurBot.git -cd ayurvedachatbot +cd AyurBot ```