turn off plugin hot-reload by default

This commit is contained in:
binary-husky
2023-12-09 21:54:34 +08:00
parent 2f148bada0
commit 2f2b869efd
2 changed files with 21 additions and 7 deletions

View File

@@ -237,6 +237,10 @@ WHEN_TO_USE_PROXY = ["Download_LLM", "Download_Gradio_Theme", "Connect_Grobid",
BLOCK_INVALID_APIKEY = False
# 启用插件热加载
PLUGIN_HOT_RELOAD = False
# 自定义按钮的最大数量限制
NUM_CUSTOM_BASIC_BTN = 4