修改配置文件 xinference 连接地址

This commit is contained in:
limin 2025-01-23 13:59:58 +08:00
parent 70f8d6918f
commit 262a23a738
3 changed files with 6 additions and 6 deletions

View File

@ -256,9 +256,9 @@ llm:
#
#### 大模型对话
# 基础模型列表 GET
base_model_list: http://api.xhllm.xinnuojinzhi.com/model/v1/models
base_model_list: http://36.103.199.104:9997/model/v1/models
# 模型对话 POST
model_completions: http://api.xhllm.xinnuojinzhi.com/model/v1/chat/completions
model_completions: http://36.103.199.104:9997/model/v1/chat/completions
# aigc表数据查询接口
table_data_query: http://36.103.199.104:5123/table/%s
# aigc模型推理

View File

@ -296,9 +296,9 @@ llm:
model_undeploy: http://36.103.199.104:9000/api/models/%s/undeploy
#### 大模型对话
# 模型列表 GET
base_model_list: http://api.xhllm.xinnuojinzhi.com/model/v1/models
base_model_list: http://36.103.199.104:9997/model/v1/models
# 模型对话 POST
model_completions: http://api.xhllm.xinnuojinzhi.com/model/v1/chat/completions
model_completions: http://36.103.199.104:9997/model/v1/chat/completions
# aigc表数据查询接口
table_data_query: http://36.103.199.104:5123/table/%s
# aigc模型推理

View File

@ -296,9 +296,9 @@ llm:
model_undeploy: http://36.133.1.230:8080/api/models/%s/undeploy
#### 大模型对话
# 模型列表 GET
base_model_list: http://api.xhllm.xinnuojinzhi.com/model/v1/models
base_model_list: http://36.103.199.104:9997/model/v1/models
# 模型对话 POST
model_completions: http://api.xhllm.xinnuojinzhi.com/model/v1/chat/completions
model_completions: http://36.103.199.104:9997/model/v1/chat/completions
# aigc表数据查询接口
table_data_query: http://36.133.1.230:5123/table/%s
# aigc模型推理