Skip to content

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

Notifications You must be signed in to change notification settings

codeakki/ChatBotGeminiLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHATBOT-GEMINI-LLM

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.

How to run?

STEPS:

Clone the repository

Project repo https://github.com/codeakki/ChatBotGeminiLLM.git

STEP 01- Create a conda environment after opening the repository

conda create -n venv python=3.9 -y
conda activate venv

STEP 02- install the requirements

pip install -r requirements.txt

Create a .env file in the root directory and add your Pinecone credentials as follows:

GOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following command
streamlit run app.py

Now,

open up localhost:

Sample

OpenAI Logo

Techstack Used:

  • Python
  • Streamlit
  • google-generativeai

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published