Prathamesh1420 commited on
Commit
0eafc36
·
verified ·
1 Parent(s): e773fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from langchain_core.messages import HumanMessage
10
  from langchain_google_genai import ChatGoogleGenerativeAI
11
 
12
  # Set up Google API Key
13
- os.environ["GOOGLE_API_KEY"] = "" # Replace with your API Key
14
  gemini_model = ChatGoogleGenerativeAI(model="gemini-1.5-flash")
15
 
16
  # Load YOLO model
 
10
  from langchain_google_genai import ChatGoogleGenerativeAI
11
 
12
  # Set up Google API Key
13
+ os.environ["GOOGLE_API_KEY"] = "AIzaSyDOBd0_yNLckwsZJrpb9-CqTHFUx0Ah3R8" # Replace with your API Key
14
  gemini_model = ChatGoogleGenerativeAI(model="gemini-1.5-flash")
15
 
16
  # Load YOLO model