text-generation-webui icon indicating copy to clipboard operation
text-generation-webui copied to clipboard

Can't put extensions except gallery as default

Open TruthSearchers opened this issue 1 year ago • 1 comments

Describe the bug

Hey there I was trying to put extension as default in setting template json file but it seems it's not not working ,it also not giving any error plus also not working I put it in the "default_extensikns and chat_default_extension

Not working at all

Also not showing up in console too

Is there an existing issue for this?

  • [X] I have searched the existing issues

Reproduction

Just put other extensions except gallery in default extension and chat default extension

Screenshot

No response

Logs

No logs

System Info

Google Colab

TruthSearchers avatar May 03 '23 09:05 TruthSearchers

The formatting should look like this:

    "chat_default_extensions": [
        "gallery","whisper_stt"
    ],

If you are doing something like:

    "chat_default_extensions": [
        "gallery, whisper_stt"
    ],

That will not work. Please let me know if this helped.

ClayShoaf avatar May 06 '23 12:05 ClayShoaf

This issue has been closed due to inactivity for 6 weeks. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.

github-actions[bot] avatar Aug 24 '23 23:08 github-actions[bot]