How to get Deep Seek reasoner model to work without Function calling error

Describe the problem/error/question

I currently have a workflow that works (I’m using Chat GPT o1 model currently) but I’d like to swap it to Deepseek r1 as it’s much cheaper. See below, the current working one.

What is the error message (if any)?

When I try to use DeepSeek R1 model instead I get an error saying I can’t do function calling.

I’m not exactly sure that I’m doing any function calling so I’m not too sure what to do. I know that I need a reasoning model (o1 or r1) as there’s some math involved, because when I try to use chat model or gpt-4o, they give me the wrong outputs.

Please share your workflow

Does anyone have any ideas on what to do to get DeepSeek reasoning model to work?

Any advice is appreciated :slight_smile:

Hello !

As you don’t need tools, you can just use the basic LLM chain node :

Hope this helps ! :slight_smile:

2 Likes

@lugnicca

Ohhh now I understand.

Thanks so much!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.