Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_server
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmp
lmp_server
Commits
d0a33a06
Commit
d0a33a06
authored
Dec 21, 2023
by
pengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改聊天端口。
parent
cf3ff20d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
application-dev.yml
application-webadmin/src/main/resources/application-dev.yml
+8
-8
No files found.
application-webadmin/src/main/resources/application-dev.yml
View file @
d0a33a06
...
@@ -62,25 +62,25 @@ application:
...
@@ -62,25 +62,25 @@ application:
python
:
python
:
#数据集文件基础路径
#数据集文件基础路径
datasetFileBaseDir
:
C:\Users\Lenovo\lmp-chat\factory\lmp-factory\lmp_data\
datasetFileBaseDir
:
/home/linking/llms/code/lmp-chat-api/lmp_data/
#模型训练文件基础路径
#模型训练文件基础路径
modelTuningFileBaseDir
:
C:\Users\Lenovo\lmp-chat\factory\lmp-factory\saves\
modelTuningFileBaseDir
:
/home/linking/llms/code/lmp-chat-api/saves/
#模型训练文件合并后路径
#模型训练文件合并后路径
modelOutputFileBaseDir
:
C:\Users\Lenovo\lmp-chat\models\
modelOutputFileBaseDir
:
/home/linking/llms/models/
#模型评估文件基础路径
#模型评估文件基础路径
modelEstimateFileBaseDir
:
C:\Users\Lenovo\lmp-chat\factory\lmp-factory\saves\
modelEstimateFileBaseDir
:
/home/linking/llms/code/lmp-chat-api/saves/
#数据集配置信息
#数据集配置信息
datasetInfo
:
dataset_info.json
datasetInfo
:
dataset_info.json
#数据集配置目录
#数据集配置目录
datasetFileMenu
:
lmp_data
datasetFileMenu
:
lmp_data
#python平台通用接口地址
#python平台通用接口地址
factoryInterface
:
http://1
27.0.0.1
:7860/run/predict
factoryInterface
:
http://1
92.168.0.36
:7860/run/predict
#python websocket 服务地址
#python websocket 服务地址
pythonWebsocketUri
:
ws://1
27.0.0.1
:7860/queue/join
pythonWebsocketUri
:
ws://1
92.168.0.36
:7860/queue/join
#输出控制地址
#输出控制地址
controllerAddress
:
http://1
27.0.0.1
:20001
controllerAddress
:
http://1
92.168.0.36
:20001
#对话基础路径
#对话基础路径
chatAddress
:
http://1
27.0.0.1
:7861/
chatAddress
:
http://1
92.168.0.36
:7861/
knowledge
:
knowledge
:
#知识库通用接口地址
#知识库通用接口地址
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment