CHATBOT-GEMINI-LLM is a conversational AI model designed to engage in natural language dialogues with users. The model has the capability to remember past interactions, allowing it to provide contextually relevant responses based on the user's history. This feature enhances the continuity and coherence of conversations, making the user experience more personalized and effective.
Clone the repository
Project repo https://github.com/codeakki/ChatBotGeminiLLM.gitconda create -n venv python=3.9 -yconda activate venvpip install -r requirements.txtGOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"# Finally run the following command
streamlit run app.pyNow,
open up localhost:
- Python
- Streamlit
- google-generativeai
