MoBnJlal commited on
Commit
0261e3a
·
verified ·
1 Parent(s): 5cc0e93

Update Agent.py

Browse files
Files changed (1) hide show
  1. Agent.py +1 -1
Agent.py CHANGED
@@ -29,7 +29,7 @@ Think aloud and explain your process clearly.
29
  from langchain_google_genai import ChatGoogleGenerativeAI
30
  llm = ChatGoogleGenerativeAI(
31
  model="gemini-2.0-flash",
32
- google_api_key="AIzaSyAJ73CDMltesEDHA7iDJ4pki1Jxk4HFWVc",
33
  temperature=0.2,
34
  max_output_tokens=1024
35
  )
 
29
  from langchain_google_genai import ChatGoogleGenerativeAI
30
  llm = ChatGoogleGenerativeAI(
31
  model="gemini-2.0-flash",
32
+ google_api_key="",
33
  temperature=0.2,
34
  max_output_tokens=1024
35
  )