mamei16 / LLM_Web_search

An extension for oobabooga/text-generation-webui that enables the LLM to search the web using DuckDuckGo
GNU Affero General Public License v3.0
146 stars 23 forks source link

Changing default system message broken after gradio bump to gradio==4.23.* #28

Closed mamei16 closed 3 months ago

mamei16 commented 3 months ago

Describe the bug Clicking the Set this custom system message as the default no longer has any effect on the "default system prompt filename" setting.

To Reproduce

  1. Select a custom system message
  2. Check "Set this custom system message as the default"
  3. Select another custom system message
  4. Select the first custom system message again
  5. Notice that "Set this custom system message as the default" is no longer checked

Additional context Awaiting https://github.com/gradio-app/gradio/issues/7954

mamei16 commented 3 months ago

Fixed in gradio==4.26.0 :tada: