This project is a frontend application for an AI-powered chatbot, leveraging large language models (LLMs) to provide intelligent responses. It's built using Rails 7 and integrates with a backend service to process user queries and generate responses.
- Real-time chat interface.
- Enhanced performance with Rails 7.
- Integration with any LLM backend server with the right format.
- Ruby on Rails 7
- Javascript for dynamic interactions
- Tailwind CSS
- Alibaba Qwen model
- Clone the repository.
git clone https://github.com/Huvinesh-Rajendran-12/llm_frontend.git
- Install dependencies
bunlde install
- Start the server
rails server