From ae30d9a75407c912649f11c4f44ff15c869a4f98 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期四, 21 十一月 2024 15:42:42 +0800 Subject: [PATCH] 自研agent会话保存和查询 --- app/config/config.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/app/config/config.py b/app/config/config.py index 2d7bdf2..271c588 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -14,7 +14,9 @@ fetch_fwr_agent: str = '' PUBLIC_KEY: str PRIVATE_KEY: str - + PASSWORD_KEY: str + basic_base_url: str = '' + basic_paper_url: 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