void
void copied to clipboard
[Feature] Media Upload
Some models allows to upload a file to LLMs, some don't
To achieve this kind of feature, we will need :
- A modelSetting parameter
- A media input in the chatbox that checks if modelSetting allows media upload (I think like you did with reasoning of use-tool
- A sendChat function that adapts the request to the capabilities and media presence.
can you please assign me. Thanks :-)
There is not need to assign, you can work on what you want and make a PR.
@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.