From 4294a1a48f907ac60670e3e310e3ea7c6ca99dd1 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Mon, 11 Sep 2023 14:53:38 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/服务部署与启动.md b/服务部署与启动.md index fbe8d70..a05f222 100644 --- a/服务部署与启动.md +++ b/服务部署与启动.md @@ -16,7 +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, 若不在这个路径,需要修改成自己的路径 +3. 默认python路径为/usr/local/bin/python3.9, 若不在这个路径,需要在supersonic/chat/core/src/main/python/bin/env.sh修改成自己的路径 **后端服务**