KIC
Results
21
comments of
KIC
I am still not able to get it to work: ```python from langchain_community.chat_models import ChatOllama from langchain_core.output_parsers import StrOutputParser from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder from langchain_experimental.llms.ollama_functions import OllamaFunctions from langchain_core.pydantic_v1...