Prathamesh1420
commited on
Commit
•
db203fe
1
Parent(s):
168fda2
Update agents.py
Browse files
agents.py
CHANGED
@@ -7,7 +7,7 @@ load_dotenv()
|
|
7 |
|
8 |
import os
|
9 |
llm = ChatGoogleGenerativeAI(
|
10 |
-
api_key=
|
11 |
model="models/gemini-pro" # Replace with the correct model name
|
12 |
)
|
13 |
|
|
|
7 |
|
8 |
import os
|
9 |
llm = ChatGoogleGenerativeAI(
|
10 |
+
api_key="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",
|
11 |
model="models/gemini-pro" # Replace with the correct model name
|
12 |
)
|
13 |
|