From ce9fb375be9a551b4cdc5cb78a759fbcea1eac22 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 21 十一月 2024 20:13:04 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway --- app/config/config.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app/config/config.py b/app/config/config.py index 435ee86..271c588 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -16,6 +16,7 @@ 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