mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-31 11:28:28 +08:00
15 lines
418 B
YAML
15 lines
418 B
YAML
|
|
xinference:
|
|
model_credential:
|
|
- model: 'autodl-tmp-glm-4-9b-chat'
|
|
model_type: 'llm'
|
|
model_credentials:
|
|
server_url: 'http://127.0.0.1:9997/'
|
|
model_uid: 'autodl-tmp-glm-4-9b-chat'
|
|
completion_type: 'chat'
|
|
- model: 'bge-large-zh-v1.5'
|
|
model_type: 'embeddings'
|
|
model_credentials:
|
|
server_url: 'http://127.0.0.1:9997/'
|
|
model_uid: 'bge-large-zh-v1.5'
|