Moritz
Moritz
I set up two Docker containers for moving files - one for my wife and one for me. To each, I pass a folder path that represents my wife's name...
This might be docker specific but when files are moved, users may only read the files but not delete it. I am currently experimenting with Phockup on my Unraid-NAS and...
**Describe the bug** OpenPDF goes into a loop when reading from a corrupt document and the execution ends in a StackOverflowError. The behaviour was observed with 1.3.30. The erroneous PDF...
### What features would you like to see added? An API to talk with the models available on LibreChat on a per user-account basis ### More details It seems like...
When using AfpInputStream to get information about certain Structured Fields within an AFP-File, not all Structured Fields might need to be interpreted completely. For performance reasons it might then be...
If I understand the surrounding code and comment correctly, leading bytes should not be read to the buffer but skipped instead. However, the following segment in AFPInputStream reads those bytes...
In the implementation of AfpInputStream, various calls are made to super.read() - for example: ``` public AfpInputStream(InputStream in) { super(in); try { super.read(header, 0, header.length); } catch (IOException e) {...
This is certainly a more of a feature request than a bug :) Using afpLib, we recently discovered that the CCP-Structured Field is not supported. D3A7CA CCP Conditional Processing Control...
This PR applies changes that make the switch to the new API needed for Claude3 models and removes support for the old models. If you deem it to be necessary,...
### Describe the need of your request LibreChat ties multiple LLM-Services together, does User Authentication and provides means to rate-limit users. Through its web interface it can also provide access...