Foad Kesheh
Foad Kesheh
Got your point. Perhaps you might inject any server-side arguments into the parsedArgs to avoid that, but it feels like a work around. I don't have time now to investigate...
I'm working on this: https://github.com/fkesheh/any-llm if anyone would like to contribute there. The idea is to create an abstract layer that will handle multiple providers and cleanup applications like this
I recommend merging this. It's a cleaner approach and less risky.
> Love the idea. Going to dig into this a bit more on Thursday. Right, then I will try also push in the reranker by today.
Added the re-ranker in this PR as well. The re-ranker will take all the chunks and evaluate them under the question light and will return the Top chunks to the...
Hello, indeed, this functionality is activated only when there are files present in the chat. The purpose of the rephraser is to modify your query by considering the surrounding conversation....
This is the sequence diagram:  I will double check if there is any issue and left a comment here
This should be fixed by PR #1557. Currently the files are limited to 5 Mb, if you try to upload a bigger one it errors out and you have to...
Mine custom version works fine in both ways and also with this file. The same implementation also works in https://chat.hackerai.co/ for both drag and drop and through the button 
On HackerGPT the user is not allowed to set the name of the file, so the extension is preserved. In chatbot-ui the user is allowed to name the file and...