This is a chatbot application that leverages multiple language models to provide more comprehensive and diverse responses. The project is built using the Gemini framework and incorporates models from various providers.
- Utilizes multiple language models for generating responses
- Supports models from different providers (e.g., OpenAI, Anthropic, Cohere)
- Ability to switch between models or combine their outputs
- Interactive chat interface for conversing with the bot
-
Clone the repository:
git clone https://github.com/Yash-Kavaiya/Multi-Model-Chatbot.git
-
Navigate to the project directory:
cd Multi-Model-Chatbot
-
Install the required dependencies:
pip install -r requirements.txt
-
Configure the API keys for the language models you want to use in the
config.py
file. -
Run the application:
chainlit run app.py -w
-
Open your web browser and navigate to
http://localhost:8000
to access the chat interface. -
Start conversing with the chatbot by typing your messages in the input field.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
- Gemini - The framework used for building the chatbot
- OpenAI, Anthropic, Cohere - Language model providers (replace with the ones you're using)
For any inquiries or questions, feel free to reach out to me at yash.kavaiya3@gmail.com.