Personal Chat Bot README
Introduction
Welcome to the Personal Chat Bot project! This repository contains the code for a personal chat bot application built using Python, Streamlit, OpenAI, and OpenRouter.ai. The chat bot utilizes the free google-2-9bit model to provide responses. This project aims to demonstrate how to create an interactive chat bot interface using modern technologies.
Features
Interactive Chat Interface: Built with Streamlit for a user-friendly web interface.
Natural Language Processing: Leverages the google-2-9bit free model for conversational responses.
Integration with OpenAI and OpenRouter.ai: Utilizes APIs to enhance the bot's capabilities.
Open Source: Free to use, modify, and distribute.
Prerequisites
Before you begin, ensure you have met the following requirements:
Python 3.7+
Streamlit
OpenAI API key
OpenRouter.ai API key
Start Chatting
Use the chat interface to interact with the bot. Type your messages and receive responses powered by the google-2-9bit model.
Acknowledgements
OpenAI
OpenRouter.ai
Streamlit