AhsanRazi commited on
Commit
f89546e
·
verified ·
1 Parent(s): 4bd4d13

Update blog_content_generator.py

Browse files
Files changed (1) hide show
  1. blog_content_generator.py +0 -1
blog_content_generator.py CHANGED
@@ -39,7 +39,6 @@ def blog_content_agent(llm, state):
39
  return text
40
 
41
  tool = [tavily_search]
42
- # llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash-exp", api_key = gemini_api_key)
43
  llm_with_tools = llm.bind_tools(tool)
44
 
45
 
 
39
  return text
40
 
41
  tool = [tavily_search]
 
42
  llm_with_tools = llm.bind_tools(tool)
43
 
44