Sobit commited on
Commit
822bbf1
·
verified ·
1 Parent(s): 82ee1d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ except Exception as e:
20
  exit()
21
 
22
  # Define the LLM
23
- llm = "gemini/gemini-1.5-flash-exp-0827" # Your LLM model
24
 
25
  # Initialize the tool for internet searching capabilities
26
  try:
 
20
  exit()
21
 
22
  # Define the LLM
23
+ llm = "gemini/gemini-1.5-flash" # Your LLM model
24
 
25
  # Initialize the tool for internet searching capabilities
26
  try: