Spaces:
Sleeping
Sleeping
Saurabhgk18
commited on
Commit
•
361a738
1
Parent(s):
e3301ee
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import gradio as gr
|
|
6 |
|
7 |
llm = ChatGoogleGenerativeAI(model="gemini-pro",
|
8 |
verbose=True,
|
9 |
-
temperature=0.
|
10 |
-
google_api_key="
|
11 |
|
12 |
duckduckgo_search = DuckDuckGoSearchRun()
|
13 |
|
|
|
6 |
|
7 |
llm = ChatGoogleGenerativeAI(model="gemini-pro",
|
8 |
verbose=True,
|
9 |
+
temperature=0.75,
|
10 |
+
google_api_key="API_KEY")
|
11 |
|
12 |
duckduckgo_search = DuckDuckGoSearchRun()
|
13 |
|