Agent prompter Node is throwing PythonNodeRuntimeException error

Hello users,

I am facing an issue with Agent Prompter node. It is giving me an error → Execute failed: (“PythonNodeRuntimeException”):

I am using local GPT4All LLM as input LLM model for Agent Prompter node.

Can anyone help me with this issue. Other KNIME AI Extension nodes are working fine.

Thank you.

Hey there,

Which model are you using?

It could be related to the model if:

  • it has not been trained using OpenAI chat model template
  • Does not support function calling
  • Might be not performing well enough for function calling due to smaller size…
1 Like

Hello Martin,

Thanks for the reply. I presume its because the model I am using is a local model using GPT4All Nous Hermes Mistral which is not OpenAI. So, that might be the issue.

Thanks for clarifying.

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