&
&
Thanks for the merge! Just saw the messages, was on road today. I plan on handling the function call PR when Ollama-rs is updated as well, and maybe we may...
Sure I would like to give it a go! I feel like we will be repeating many of the setups that https://github.com/pepperoni21/ollama-rs already does, especially related to things like `keep-alive`...
> Seems like ollama-rs might support function calling soon based on [pepperoni21/ollama-rs#50 (comment)](https://github.com/pepperoni21/ollama-rs/issues/50#issuecomment-2117950797). It will also be good to reuse it instead of create one. > > @erhant would you...
Perhaps both this and https://github.com/Abraxas-365/langchain-rust/issues/148 issues can be handled together
Yep, @andthattoo and I work at the same place actually, we thought its better if we add the necessary functionality to Ollama-rs first and then have access to them from...
Huh thats cool, I wonder though instead of providing the `[AVAILABLE_TOOLS]` in a raw prompt, can it be given as a System prompt, e.g. within a Modelfile? Would those two...
@mitschabaude if you can point me to some docs that are kind of 1-to-1 with the naming, I can work on the docs as well. I have a fetish of...
I really wanted to have multiple target exports with types, and I had to do a very smelly solution. The idea is to simply replace the targets in `package.json` using...
thinking of less invasive methods, I was wondering what if we instead allow updating a parameter at runtime, e.g. ```ts const param = m.getParameter("param-name"); m.setParameter("param-name", param ** 18n); // if...
hey, thanks for letting me know 🙏🏻 > Let me put together some notes on how to approach adding to the deserializer, I will post them here and we discuss...