Tom Pipe
Tom Pipe
> I think there's an undocumented (or hard to find) endpoint that generates the certs or i think you need to just put self signed certs in the settings directory....
Yup, I had the same/similar issues. I solved it with the following changes to my compose file. It remaps the container user/group ids to those on the docker host, and...
Could be related, or a combination of issues (or my current lack of knowledge in this realm), but I'm experiencing similar issues, and can share some findings which may help...
Thanks! That's helped clear a few things up. As I say, I'm brand new to this, and it's a pretty steep learning curve! > > In doing this, it also...
So I gave it a full test through using the [openai examples](https://platform.openai.com/docs/guides/function-calling) - hopeuflly this adds further context Request 1 ```json curl -s localhost:33821/v1/chat/completions -d '{ "model": "MFDoom/deepseek-r1-tool-calling", "messages": [...
Ok, so a little more digging, and I think I've uncovered one of the possible/related issues. This one I think is the cause of the occasional multiple/duplicate tool calls, and...
> I believe that the tool call parsing should ignore the thinking part. As far as I can tell, [parseToolCalls](https://github.com/ollama/ollama/blob/65b7ecac7bd4346fae8f49764b0d6d2eb8de39ae/server/routes.go#L1505) is being passed the full content, which I believe still...
> You're expending a lot of effort to get the distillate to use tools. Why not just use the original base model? Ha, I would if I could download moar...
@dotnet-policy-service agree
> > When --generate-marker-interfaces is enabled, users may want to manually add custom helper methods to the interface contract. Without the partial keyword, this is impossible. > > This is...