Update app.py
Browse files
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
|