Hey, I've got the feeling the documentation is a bit sparse on that topic … could someone please advise me what's the minimal configuration to get plugins working, both in terms of API keys and settings that have to be present in the .env, as well as in the librechat.yaml.
I've got something like this in my configuration:
endpoints:
openAI:
enable: true
plugins: true
modelSpecs:
- name: "Plugins"
label: "Plugins"
description: "Chat using additional plugins"
default: false
preset:
endpoint: openAI
model: gpt-4o
It's obviously not enough to get the plugin menu appear in the UI 🤔