Prathamesh1420 commited on
Commit
64b6e2a
1 Parent(s): 9b3858f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from crewai_tools import FileReadTool, ScrapeWebsiteTool, SerperDevTool
10
  warnings.filterwarnings('ignore')
11
 
12
  # Set the Google API key directly in the code
13
- google_api_key = "AIzaSyCHHl4LgpZIBw3_Zf15XWuuLSWWIlLROdQ"
14
 
15
  # Function to initialize the Gemini model with an event loop
16
  async def initialize_llm():
 
10
  warnings.filterwarnings('ignore')
11
 
12
  # Set the Google API key directly in the code
13
+ google_api_key = "AIzaSyDy02GtpV6-VcdeCZNLJT-c4kWuPxBRbrI"
14
 
15
  # Function to initialize the Gemini model with an event loop
16
  async def initialize_llm():