#Minimal configuration to get plugins working?

1 messages · Page 1 of 1 (latest)

near copper
#

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 🤔

civic moss
near copper
#

Thanks, @civic moss. I do have that set up. And maybe to clarify, I see the "Plugins" option in the model selector – but I am not able to then select a plugin / open the plugin store. So it's this particular bit from the screenshot that I can't seem to enable in my setup

civic moss
near copper
civic moss
#

@near copper check the ENDPOINTS variable

#

make sure that there's the gptPlugins

near copper
#

Okay, following the setup instuctions once more, I can it working … thank you! I'm still not sure how to use this in connection with the librechat.yaml, i.e. once I start using that and add endpoints/modelspecs there, the plugins disappear …