n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
48.07k stars 7.41k forks source link

Error in the AI ​​agent node. #11515

Open rovictorbh opened 2 hours ago

rovictorbh commented 2 hours ago

Bug Description

When the node is executed it changes the open ai model to gpt 3.5 and generates an error.

To Reproduce

  1. Add an agent to the workflow
  2. Choose a model from open ai. I use the 4th mini.
  3. Add instructions and tools.
  4. Run the workflow.
  5. The error is displayed.
  6. The reason is that it changed the model to gpt 3.5 during execution.
  7. Since the instructions and tools are prepared for the complexity of the model (4th mini), the error is displayed.

Expected behavior

The expectation is to run the execution normally. The workflow was working normally until the last update.

Operating System

Ubuntu 20.04.6 LTS (Focal Fossa)

n8n Version

1.65.2

Node.js Version

v18.20.4

Database

PostgreSQL

Execution mode

main (default)

Joffcom commented 2 hours ago

Hey @rovictorbh,

We have created an internal ticket to look into this which we will be tracking as "GHC-379"