kendrickfff commited on
Commit
da9fe57
1 Parent(s): 89b4d20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "./firm-catalyst-437006-s4-407500
7
 
8
  # Initialize the language model with required parameters
9
  # Replace 'your-model-name' with the actual model you intend to use
10
- llm = ChatGoogleGenerativeAI(model='your-model-name')
11
 
12
  # Chat function
13
  def chat_with_gemini(user_input, chat_history):
 
7
 
8
  # Initialize the language model with required parameters
9
  # Replace 'your-model-name' with the actual model you intend to use
10
+ llm = ChatGoogleGenerativeAI(model='gemini-1.5-pro')
11
 
12
  # Chat function
13
  def chat_with_gemini(user_input, chat_history):