void icon indicating copy to clipboard operation
void copied to clipboard

[Feature] Media Upload

Open jcommaret opened this issue 10 months ago • 3 comments

Some models allows to upload a file to LLMs, some don't

To achieve this kind of feature, we will need :

  1. A modelSetting parameter
  2. A media input in the chatbox that checks if modelSetting allows media upload (I think like you did with reasoning of use-tool
  3. A sendChat function that adapts the request to the capabilities and media presence.

jcommaret avatar Mar 27 '25 16:03 jcommaret

can you please assign me. Thanks :-)

karankulshrestha avatar Apr 14 '25 11:04 karankulshrestha

There is not need to assign, you can work on what you want and make a PR.

jcommaret avatar Apr 14 '25 11:04 jcommaret

@karankulshrestha Just assigned you something else, lmk if you want to work on both, and can assign you this too. This is probably a bigger task since it needs to work in implementations of modelCapabilities and sendLLMMessage.impl.ts.

andrewpareles avatar Apr 17 '25 23:04 andrewpareles