🤖 Metabot
Metabot is a powerful chatbot crafted with the capabilities of the Metaphor API and Langchain. Dive in to effortlessly set up and interact with a bot that's at the forefront of chatbot technology.
🚀 Getting Started
Online Link : https://metabot-app.streamlit.app/
Follow these steps to get Metabot up and running on your local machine.
📦 Step 1: Install Dependencies
Make sure you have Python installed. Then, install all necessary packages using the provided requirements.txt file:
pip install -r requirements.txt
🔑 Step 2: Configure API Keys
Navigate to metabot.py and provide your API keys for both Metaphor and OpenAI. Look for the variables metaphor_api and open_ai_api and insert the respective keys.
🎉 Step 3: Launch Metabot
With everything set up, run the following command in your terminal to start Metabot:
streamlit run metabot.py
Upon successful execution, your default browser should automatically open, displaying the Metabot interface. Dive in and start conversing with your new AI-powered chatbot!
📜 Note: Ensure you keep your API keys confidential. Avoid sharing or publishing metabot.py with your keys inserted.
Enjoy your interactions with Metabot and let the AI-powered conversations begin!