From 81877b686c14efccbc2672217ad417c3b5ac12ac Mon Sep 17 00:00:00 2001 From: limin Date: Thu, 13 Feb 2025 15:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8E=E4=B8=BA=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yaml | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/yudao-server/src/main/resources/application-prod.yaml b/yudao-server/src/main/resources/application-prod.yaml index d8378b05c..e2c457732 100644 --- a/yudao-server/src/main/resources/application-prod.yaml +++ b/yudao-server/src/main/resources/application-prod.yaml @@ -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: