Commit d0a33a06 authored by pengxin's avatar pengxin

修改聊天端口。

parent cf3ff20d
......@@ -62,25 +62,25 @@ application:
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
#数据集配置目录
datasetFileMenu: lmp_data
#python平台通用接口地址
factoryInterface: http://127.0.0.1:7860/run/predict
factoryInterface: http://192.168.0.36:7860/run/predict
#python websocket 服务地址
pythonWebsocketUri: ws://127.0.0.1:7860/queue/join
pythonWebsocketUri: ws://192.168.0.36:7860/queue/join
#输出控制地址
controllerAddress: http://127.0.0.1:20001
controllerAddress: http://192.168.0.36:20001
#对话基础路径
chatAddress: http://127.0.0.1:7861/
chatAddress: http://192.168.0.36:7861/
knowledge:
#知识库通用接口地址
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment