Skip to content

The Multi-Model Chatbot is an innovative application that combines the power of multiple language models to deliver diverse and comprehensive responses.

Notifications You must be signed in to change notification settings

Yash-Kavaiya/multi-model-chainlit-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Model Chatbot

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.

Features

  • 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

Demo

Demo

Installation

  1. Clone the repository:

    git clone https://github.com/Yash-Kavaiya/Multi-Model-Chatbot.git
  2. Navigate to the project directory:

    cd Multi-Model-Chatbot
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Configure the API keys for the language models you want to use in the config.py file.

  2. Run the application:

    chainlit run app.py -w
    
  3. Open your web browser and navigate to http://localhost:8000 to access the chat interface.

  4. Start conversing with the chatbot by typing your messages in the input field.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • Gemini - The framework used for building the chatbot
  • OpenAI, Anthropic, Cohere - Language model providers (replace with the ones you're using)

Contact

For any inquiries or questions, feel free to reach out to me at yash.kavaiya3@gmail.com.

About

The Multi-Model Chatbot is an innovative application that combines the power of multiple language models to deliver diverse and comprehensive responses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages