From 28f41fceef54144cf87eaedd18d09a5a8b9cd5e1 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期三, 27 十一月 2024 09:40:58 +0800 Subject: [PATCH] dify 多次对话问题 --- app/config/config.py | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/config/config.py b/app/config/config.py index 25875d5..3c97edc 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -14,8 +14,11 @@ fetch_fwr_agent: str = '' PUBLIC_KEY: str PRIVATE_KEY: str - HASH_SUB_KEY: str - + PASSWORD_KEY: str + basic_base_url: str = '' + basic_paper_url: str = '' + dify_base_url: str = '' + dify_api_token: str = '' def __init__(self, **kwargs): # Check if all required fields are provided and set them for field in self.__annotations__.keys(): -- Gitblit v1.8.0