i have a ChatGPT node and want to use the gpt-4 model, which is available in my account. but it returns the error that the resource requested cannot be found.
When I use text-davinci-003 it works fine.
What is the error message (if any)?
NodeApiError: The resource you are requesting could not be found
at RoutingNode.runNode (/Applications/n8n.app/Contents/Resources/app/node_modules/n8n-workflow/src/RoutingNode.ts:220:11)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Workflow.runNode (/Applications/n8n.app/Contents/Resources/app/node_modules/n8n-workflow/src/Workflow.ts:1341:11)
at /Applications/n8n.app/Contents/Resources/app/node_modules/n8n-core/src/WorkflowExecute.ts:938:29
I was able use the gpt-4 model just there in my testing on 1.8.2 - can you try using something like Postman or Insomnia to make the call and ensure that your API token has been granted access to gpt-4?
If you can successfully make a request outside of n8n, can you try updating n8n to the most recent version, remove and re-add the open ai nodes to ensure you have the newest version of the node, and possibly also reconnect your credentials? That might fix this up.
so I tried again in n8n docker version, with the newest version. gpt-4 is not in the list… but I just have a regular API key, shouldn’t there be gpt-4 model available?