Does this unsloth/DeepSeek-R1 supports Tool calling?
I am trying to use the DeepSeek Model self hosted using vLLM but the make this useful to use in Cline it must have Tools calling feature. But Deepseek natively doesn't support Tool calling.
But if I use the direct DeepSeek in Cline and enter the API key then it is able to edit the files.
Even I tried with deepseek-r1:70b using ollama it is keep on generating the response and ends with error. But I use unsloth/DeepSeek-R1-Distill-Llama-8B-Q4_K_M.gguf it work.
If possible what change should I make my endpoint work like direct Deepseek API.
I am planning to use the vLLM endpoint in ollama endpoint. But vLLM says reasoning model doesn't support tool calling
https://docs.vllm.ai/en/latest/features/reasoning_outputs.html
Like that If I use this unsloth/DeepSeek-R1 will it support tool calling?
What is the solution for this?