A powerful AI chatbot powered by Llama 3.3 70B and utilizing the OpenRouter API for intelligent conversation. The backend is deployed on Render, and the frontend runs on Streamlit.
- Uses Llama 3.3 70B for natural language understanding.
- Backend API powered by FastAPI, hosted on Render.
- Frontend built with Streamlit, deployed on Streamlit Community Cloud.
- Secure API integration using OpenRouter.
git clone https://github.com/your-username/your-repo.git
cd your-repoMake sure you have Python 3.12+ installed.
pip install -r requirements.txtuvicorn app.main:app --host 0.0.0.0 --port 8000streamlit run app.py- Backend: Deployed on Render.
- Frontend: Hosted on Streamlit Community Cloud.
To prevent exposing your OpenRouter API key:
- Store it in an
.envfile (for local use). - Use environment variables in your deployment.
This project is open-source. Feel free to contribute! π