mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-01 11:53:24 +08:00
16 lines
344 B
YAML
16 lines
344 B
YAML
|
|
|
|
xinference:
|
|
model_credential:
|
|
- model: 'chatglm3-6b'
|
|
model_type: 'llm'
|
|
model_credentials:
|
|
server_url: 'http://127.0.0.1:9997/'
|
|
model_uid: 'chatglm3-6b'
|
|
|
|
- model: 'chatglm31-6b'
|
|
model_type: 'llm'
|
|
model_credentials:
|
|
server_url: 'http://127.0.0.1:9997/'
|
|
model_uid: 'chatglm3-6b'
|