增加数据 查询

This commit is contained in:
limin 2025-01-11 09:37:52 +08:00
parent 50448d6a9d
commit a1df852642
3 changed files with 5 additions and 3 deletions

View File

@ -85,4 +85,5 @@ public class LLMBackendProperties {
private String modelServiceApi;
private String tableDataQuery;
}

View File

@ -257,7 +257,8 @@ llm:
base_model_list: http://api.xhllm.xinnuojinzhi.com/model/v1/models
# 模型对话 POST
model_completions: http://api.xhllm.xinnuojinzhi.com/model/v1/chat/completions
# aigc表数据查询接口
table_data_query: http://36.133.1.230:5123/table/%s
application_api: http://localhost:48100/admin-app/llm/application/api/apiKey/chat

View File

@ -299,8 +299,8 @@ llm:
base_model_list: http://api.xhllm.xinnuojinzhi.com/model/v1/models
# 模型对话 POST
model_completions: http://api.xhllm.xinnuojinzhi.com/model/v1/chat/completions
# aigc表数据查询接口
table_data_query: http://36.133.1.230:5123/table/%s
application_api: http://localhost:48080/admin-app/llm/application/api/apiKey/chat
model_service_api : http://localhost:48080/admin-app/llm/model-service/api/apiKey/chat