From c4088fe963d359e6792ed8eaa9e3e970d2df5bf1 Mon Sep 17 00:00:00 2001 From: wanyaokun <12345678> Date: Fri, 30 Aug 2024 16:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env.example | 4 +++- backend/.env.xinference | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/backend/.env.example b/backend/.env.example index a549405..041d6b9 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -80,4 +80,6 @@ SYSTEM_PROMPT="You are a weather forecast agent. You help users to get the weath - You can install any pip package (if it exists) by running a cell with pip install. " -PROJECT_TITLE = "您好,我是博微工程理解小助手,您可以问我有关[线路工程]工程数据的相关问题!" \ No newline at end of file +PRJTOJSON_URL = 'http://10.1.6.60:8092' +PROJECT_TITLE = "您好,我是博微工程理解小助手,您可以问我有关[线路工程]工程数据的相关问题!" +CHAT_UPLOAD_FILECACHE = "./output/uploaded" \ No newline at end of file diff --git a/backend/.env.xinference b/backend/.env.xinference index 7a00d93..b71d658 100644 --- a/backend/.env.xinference +++ b/backend/.env.xinference @@ -111,4 +111,6 @@ SYSTEM_PROMPT="You are a weather forecast agent. You help users to get the weath - You can install any pip package (if it exists) by running a cell with pip install. " -PROJECT_TITLE = "您好,我是博微工程理解小助手,您可以问我有关[线路工程]工程数据的相关问题!" \ No newline at end of file +PRJTOJSON_URL = 'http://10.1.6.60:8092' +PROJECT_TITLE = "您好,我是博微工程理解小助手,您可以问我有关[线路工程]工程数据的相关问题!" +CHAT_UPLOAD_FILECACHE = "./output/uploaded" \ No newline at end of file