pleb21

Results 2 comments of pleb21

Faced the same issue with `Cohere` . I was trying to learn about agents, here's my code ``` from langchain.llms import Cohere from langchain.agents import load_tools, initialize_agent llm = Cohere(cohere_api_key=cohere_api_key,...

> I gave up on langChain math tool because I think that is not easily tunable, making agents very difficult to 'tame'. It would be better to write my own...