feat: tweak the 'Chat suggestion' feature to tie it to conversations (#341) #none
Signed-off-by: Kennywu <jdlow@live.cn>
This commit is contained in:
@@ -63,6 +63,7 @@ os.environ["HF_HUB_CACHE"] = str(KH_APP_DATA_DIR / "huggingface")
|
||||
KH_DOC_DIR = this_dir / "docs"
|
||||
|
||||
KH_MODE = "dev"
|
||||
KH_FEATURE_CHAT_SUGGESTION = config("KH_FEATURE_CHAT_SUGGESTION", default=False)
|
||||
KH_FEATURE_USER_MANAGEMENT = config(
|
||||
"KH_FEATURE_USER_MANAGEMENT", default=True, cast=bool
|
||||
)
|
||||
|
Reference in New Issue
Block a user