mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-31 19:33:26 +08:00
30 lines
647 B
YAML
30 lines
647 B
YAML
openai:
|
|
model_credential:
|
|
- model: 'gpt-3.5-turbo'
|
|
model_type: 'llm'
|
|
model_credentials:
|
|
openai_api_key: 'sk-'
|
|
openai_organization: ''
|
|
openai_api_base: ''
|
|
- model: 'gpt-4'
|
|
model_type: 'llm'
|
|
model_credentials:
|
|
openai_api_key: 'sk-'
|
|
openai_organization: ''
|
|
openai_api_base: ''
|
|
|
|
provider_credential:
|
|
openai_api_key: 'sk-'
|
|
openai_organization: ''
|
|
openai_api_base: ''
|
|
|
|
xinference:
|
|
model_credential:
|
|
- model: 'chatglm3-6b'
|
|
model_type: 'llm'
|
|
model_credentials:
|
|
server_url: 'http://127.0.0.1:9997/'
|
|
model_uid: 'chatglm3-6b'
|
|
|
|
|