apple muncy commited on
Commit
f5a41c7
·
1 Parent(s): 627bdef

afrom langchain_ollama.chat_models import ChatOllama

Browse files

dded
Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from langchain_core.messages import AnyMessage, HumanMessage, AIMessage, SystemM
4
  from langgraph.prebuilt import ToolNode
5
  from langgraph.graph import START, StateGraph
6
  from langgraph.prebuilt import tools_condition
 
7
 
8
  from tools import search_tool, weather_info_tool, hub_stats_tool
9
 
 
4
  from langgraph.prebuilt import ToolNode
5
  from langgraph.graph import START, StateGraph
6
  from langgraph.prebuilt import tools_condition
7
+ from langchain_ollama.chat_models import ChatOllama
8
 
9
  from tools import search_tool, weather_info_tool, hub_stats_tool
10