HCho commited on
Commit
7795ca0
·
verified ·
1 Parent(s): 734d1cd

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -96,7 +96,7 @@ tools = [
96
 
97
 
98
  def build_graph(provider: str = "google"):
99
- llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0 , api_key = "")
100
 
101
  llm_with_tools = llm.bind_tools(tools)
102
 
 
96
 
97
 
98
  def build_graph(provider: str = "google"):
99
+ llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
100
 
101
  llm_with_tools = llm.bind_tools(tools)
102