Skip to content
jksr
jksr
@jksr
Active Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 6
Reply
RE: How to attach a file to an AI agent?

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 ...

4 months ago
Forum
Reply
RE: How to connect an HTTP request as 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

6 months ago
Forum
Reply
RE: How to connect an HTTP request as an LLM

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...

6 months ago
Forum
Reply
RE: How to connect an HTTP request as an LLM

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...

6 months ago
Forum
Reply
RE: How to attach a file to an AI agent?

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...

7 months ago
Forum
Reply
RE: How to attach a file to an AI agent?

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...

7 months ago
Forum