Saurabhgk18 commited on
Commit
361a738
1 Parent(s): e3301ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import gradio as gr
6
 
7
  llm = ChatGoogleGenerativeAI(model="gemini-pro",
8
  verbose=True,
9
- temperature=0.5,
10
- google_api_key="AIzaSyAk4cWKdw-CWiok1EcWxD443rrkVr4LAHI")
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