Spaces:
Sleeping
Sleeping
Update blog_content_generator.py
Browse files
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 |
|