From 823a094560f3161cc80f6f9f2abf111fcefeb833 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Mon, 11 Sep 2023 14:53:18 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=9C=8D=E5=8A=A1=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E4=B8=8E=E5=90=AF=E5=8A=A8=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 服务部署与启动.md | 1 + 1 file changed, 1 insertion(+) diff --git a/服务部署与启动.md b/服务部署与启动.md index 4daa2d0..fbe8d70 100644 --- a/服务部署与启动.md +++ b/服务部署与启动.md @@ -16,6 +16,7 @@ pandas==1.5.3 注意事项: 1. 前往supersonic/chat/core/src/main/python/llm/run_config.py配置LLM key 2. 如果是windows环境, 需要把python pip指令配置到环境变量 +3. supersonic/chat/core/src/main/python/bin/env.sh默认python路径为/usr/local/bin/python3.9, 若不在这个路径,需要修改成自己的路径 **后端服务**