MoBnJlal commited on
Commit
d9573f9
·
verified ·
1 Parent(s): ffc2919

Update Agent.py

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