An interactive platform powered by Groq that allows users to explore and chat with various cutting-edge AI models, offering a glimpse into the diverse landscape of artificial intelligence.
- Multi-Model Chat: Seamlessly switch between different AI models within the same interface.
- Dynamic Model Selection: Choose from a curated selection of leading models, including those from Google and Meta.
- Chat History Management: Retain and revisit previous conversations with each AI model.
- Conversation Clearing: Easily clear the current chat to start fresh.
- User-Friendly Interface: Intuitive design powered by Streamlit for effortless interaction.
- Select an AI model from the "Pick your AI" dropdown.
- Type your prompt in the chat input ("Wyd? Lemme know...").
- Send your message and receive a response from the chosen AI.
- Explore different models to compare their responses.
- Manage chat history in the sidebar:
- Clear the current chat.
- Review previous conversations with each model.
- Delete specific model chat histories.
| Component | Technology Used | Purpose |
|---|---|---|
| Chat Interface | Streamlit | Provides the user interface for interaction |
| AI Model Integration | Groq | Connects to and utilizes the AI models |
| Model Management | Python Dictionaries | Stores and manages AI model details |
| Environment Config | python-dotenv | Handles API key securely |
| Chat History | Streamlit Sessions | Manages conversation history |
- Python 3.9+
- Groq API key (Obtain from Groq)
git clone [https://github.com/yourusername/verseai.git](https://www.google.com/search?q=https://github.com/yourusername/verseai.git) # Replace with your actual repo
cd verseaipython -m venv venv
.\venv\Scripts\activatepython3 -m venv venv
source venv/bin/activatepip install -r requirements.txtGOOGLE_API_KEY="your_api_key_here"streamlit run app.py2. Access in browser (App Link)
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.
MIT License
If you have any questions or issues, feel free to reach out to the developer:
Developer:- Smit Patel
Email:- smit23492@gmail.com
© 2025 VerseAI. All rights reserved.
