修改华为服务器配置文件
This commit is contained in:
parent
a094c7b290
commit
81877b686c
@ -248,19 +248,19 @@ llm:
|
||||
backend:
|
||||
#### RAG服务
|
||||
#RAG健康检查 GET
|
||||
rag_health: http://36.103.199.104:8123/health
|
||||
rag_health: http://192.168.18.46:8000/health
|
||||
#上传并向量化 POST
|
||||
rag_embed: http://36.103.199.104:8123/embed
|
||||
rag_embed: http://192.168.18.46:8000/embed
|
||||
#获取所有向量id GET
|
||||
rag_ids: http://36.103.199.104:8123/ids
|
||||
rag_ids: http://192.168.18.46:8000/ids
|
||||
#根据id获取文档 GET
|
||||
rag_documents: http://36.103.199.104:8123/documents
|
||||
rag_documents: http://192.168.18.46:8000/documents
|
||||
#根据id删除文档 DEL
|
||||
rag_documents_del: http://36.103.199.104:8123/documents
|
||||
rag_documents_del: http://192.168.18.46:8000/documents
|
||||
#根据file_id检索向量 POST
|
||||
rag_query: http://36.103.199.104:8123/query
|
||||
rag_query: http://192.168.18.46:8000/query
|
||||
#支持多个文件id查询向量 GET
|
||||
rag_query_multiple: http://36.103.199.104:8123/query_multiple
|
||||
rag_query_multiple: http://192.168.18.46:8000/query_multiple
|
||||
|
||||
#### LLM train and service api
|
||||
# 训练集列表 GET
|
||||
@ -276,28 +276,28 @@ llm:
|
||||
# 保存标注 POST
|
||||
annotation_task_save: http://localhost:8123/api/mgr/annotation/task/task-6025001b-692c-44a1-9bc7-2a34bd7c0efe/segment/das-2eedd7bf-3770-4816-a961-b30c446b7a4f/mark
|
||||
# 大模型列表 GET
|
||||
models_list: http://36.133.1.230:8080/api/models
|
||||
models_list: http://192.168.18.46:8080/api/models
|
||||
# 登录 POST
|
||||
login: http://36.133.1.230:8080/api/auth/login
|
||||
account: http://36.133.1.230:8080/api/auth/account
|
||||
login: http://192.168.18.46:8080/api/auth/login
|
||||
account: http://192.168.18.46:8080/api/auth/account
|
||||
login_username: admin
|
||||
login_password: admin
|
||||
# 创建微调任务 POST
|
||||
finetuning_create: http://36.103.199.104:5123/llm/finetuning
|
||||
finetuning_create: http://192.168.18.46:5123/llm/finetuning
|
||||
# 微调任务详情 GET
|
||||
finetuning_detail: http://36.133.1.230:8080/api/finetuning
|
||||
finetuning_detail: http://192.168.18.46:8080/api/finetuning
|
||||
# 日志获取
|
||||
finetuning_log: http://36.103.199.104:5123/llm/get_log
|
||||
finetuning_log: http://192.168.18.46:5123/llm/get_log
|
||||
# 微调任务取消
|
||||
finetuning_cancel: http://36.103.199.104:9000/api/finetuning/%s/cancel
|
||||
# 微调文件列表 GET
|
||||
finetuning_file_list: http://36.133.1.230:8080/api/files?purpose=fine-tune
|
||||
finetuning_file_list: http://192.168.18.46:8080/api/files?purpose=fine-tune
|
||||
# 模型部署
|
||||
model_create: http://36.133.1.230:8080/api/models
|
||||
model_create: http://192.168.18.46:8080/api/models
|
||||
# 开始部署
|
||||
model_deploy: http://36.103.199.104:5123/llm/deploy
|
||||
model_deploy: http://192.168.18.46:5123/llm/deploy
|
||||
# 取消部署
|
||||
model_undeploy: http://36.103.199.104:5123/llm/deploy/stop?deploy_id=
|
||||
model_undeploy: http://192.168.18.46:5123/llm/deploy/stop?deploy_id=
|
||||
#### 大模型对话
|
||||
# 模型列表 GET
|
||||
base_model_list: http://36.103.199.104:30000/model/v1/models
|
||||
@ -306,9 +306,9 @@ llm:
|
||||
# aigc表数据查询接口
|
||||
table_data_query: http://36.133.1.230:5123/table/%s
|
||||
# aigc模型推理
|
||||
aigc_model_completions: http://36.133.1.230:8080/api/channels/chat/completions
|
||||
aigc_model_completions: http://192.168.18.46:8080/api/channels/chat/completions
|
||||
# 微调文件上传
|
||||
aigc_file_upload: http://36.133.1.230:8080/api/files
|
||||
aigc_file_upload: http://192.168.18.46:8080/api/files
|
||||
|
||||
application_api: http://localhost:48080/admin-api/llm/application/api/apiKey/chat
|
||||
|
||||
@ -324,11 +324,11 @@ llm:
|
||||
# 文生图
|
||||
text_to_image: http://36.133.1.230:5123/generate-image
|
||||
# 知识库向量嵌入
|
||||
embed: http://36.103.199.104:8123/embed
|
||||
embed: http://192.168.18.46:8000/embed
|
||||
# 知识库查询
|
||||
embed_query: http://36.103.199.104:8123/query
|
||||
embed_query: http://192.168.18.46:8000/query
|
||||
|
||||
check_file_list: http://36.103.199.104:5123/llm/finetuning/checkpoints?model_name=
|
||||
check_file_list: http://192.168.18.46:5123/llm/finetuning/checkpoints?model_name=
|
||||
|
||||
--- #################### iot相关配置 TODO 芋艿:再瞅瞅 ####################
|
||||
iot:
|
||||
|
Loading…
x
Reference in New Issue
Block a user