-
-
Notifications
You must be signed in to change notification settings - Fork 992
Tool-calls not working with local Ollama modelsย #471
Copy link
Copy link
Closed
Description
Hello,
I am trying to make an AI agent that plans out tasks according to the user's query similar to Manus AI.
As a test, I made a workflow with only one task using GPT-4o.
This task makes a to-do list and saves it as a text file.
This works perfectly fine until I changed to a local ollama model.
I tried using 'qwen2.5:32b-instruct' and 'qwen3:32b', but the tool-call required to output the text file is not called.
The process terminates right after generating the to-do list, skipping the output step entirely.
Upon closer inspection, I found that no tools were available when praisonai outputs the instruction.
If possible, I would like to know the reason or possible solutions to this problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels