Could be a deepseek issue. Were you able to get an ollama model work with tool calls?
I tested azure gpt-4o with tool calls and it works
The following configuration doesn't pick up tool calls, however. I'm looking for a reasoning model with tool calls 😄
"ollama-deepseek-r1": {
"type": "openai",
"base_url": "http://192.168.1.22:11434/v1",
"apiKey": "ollama",
"model_name": "MFDoom/deepseek-r1-tool-calling:32b-qwen-distill-q4_K_M"
}
Could be a deepseek issue. Were you able to get an ollama model work with tool calls?
I tested azure gpt-4o with tool calls and it works
The following configuration doesn't pick up tool calls, however. I'm looking for a reasoning model with tool calls 😄