From 0ae29f63e9304b0369814668f03848209fb89865 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Mon, 11 Sep 2023 11:07:39 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/服务部署与启动.md b/服务部署与启动.md index bcb55d1..e6ba13e 100644 --- a/服务部署与启动.md +++ b/服务部署与启动.md @@ -1,9 +1,12 @@ ### 1. 环境依赖 -**Python 服务** +**Python 服务** (如果需要用到LLM的能力, 需要启动python服务)      Python版本: 3.9+      pip版本: 3.9+ +注意事项: +1. 前往supersonic/chat/core/src/main/python/llm/run_config.py配置LLM key +2. 如果是windows环境, 需要把python pipz指令配置到环境变量 **后端服务**