This commit is contained in:
glide-the 2024-06-12 14:26:20 +08:00
parent 9bfdc6febb
commit 04590a2fd5
2 changed files with 3 additions and 0 deletions

View File

@ -25,9 +25,11 @@ xinference:
model_credentials:
server_url: 'http://127.0.0.1:9997/'
model_uid: 'glm-4'
completion_type: 'chat'
- model: 'qwen1.5-chat'
model_type: 'llm'
model_credentials:
completion_type: 'chat'
server_url: 'http://127.0.0.1:9997/'
model_uid: 'qwen1.5-chat'
- model: 'bge-large-zh-v1.5'

View File

@ -7,6 +7,7 @@ xinference:
model_credentials:
server_url: 'http://127.0.0.1:9997/'
model_uid: 'chatglm3-6b'
completion_type: 'chat'
- model: 'chatglm31-6b'
model_type: 'llm'