Enhancement: Mention necessities when installing own plugins in docs #4465
fkohrt
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
You are absolutely right! We recently switched the default from "build" to the "pre-built" librechat-dev image, and this has not been updated to reflect the changes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
I found the LibreChat documentation to be very comprehensive and helpful! One thing I noticed concerns the installation of own plugins: As far as I understand it, when one adds a manifest file to
api/app/clients/tools/.well-known
(as described by the page “Using official ChatGPT Plugins / OpenAPI specs”), changes need to be made todocker-compose.override.yml
.More details
If I just restart the Docker service, the new file doesn't show up within the restarted Docker container (and consequently, the plugin doesn't show up in the plugin store in the UI), given that I started with the pre-provided
docker-compose.override.yml
. I needed to also copy the file to the Docker image, which I did by configuring the following:But I reckon one could also uncomment the following lines:
In any way, I suggest the documentation to be a little more specific about this necessity, as it is very comprehensive in other regards and newbies might stumble upon this.
Thanks for developing and maintaining such a nice piece of software!
Which components are impacted by your request?
Documentation
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions