ok so I wanted to use a connection to openai for my chat model, however the built in connector doesn’t seem to allow adding any extra parameters (I have a vector store in openai that I want to reference with calls). So I was going to use an http node to create my own api request, but n8n doesn’t let me connect the http node to the chat connector in the ai agent (that I want to use for request routing etc). the only options are prebuilt openai chat model. I also tried to connect using the model selector and then using http or openai node with custom api, but that didnt work either. Is there a workaround for this (i’m new to n8n so maybe there’s something I don’t know about?).
-
n8n version: n8n cloud
