I believe you would typically upload a binary file. If it's just plain text, you can read it directly. For more complex content, you could use an LLM ...
This is achievable if your self-hosted model is compatible with the OpenAI API protocol. You can find more information here: Quickstart — vLLM
What do you mean by uploaded to HTTP? Is the model operating on your own server? By HTTP trigger, are you referring to the node? If possible, I reco...
Hello - If your model is compatible with the OpenAI API Standard, you can simply utilize the OpenAI Model and adjust the base_url, model, and your API...
This is possible if you first convert it into an image. As far as I know, that's the sole method if you intend to utilize the agent node. My suggest...
Hello - Could you please specify the type of attachment you're referring to? If your goal is to use the AI Agent, you can transmit images as binary da...