mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-27 17:23:19 +08:00
version = "0.3.0.20240506"
This commit is contained in:
parent
bbed705117
commit
e968f9296b
1
.gitignore
vendored
1
.gitignore
vendored
@ -179,4 +179,3 @@ test.py
|
||||
/knowledge_base/samples/content/202311-D平台项目工作大纲参数,人员中间库表结构说明V1.1(1).docx
|
||||
/knowledge_base/samples/content/imi_temeplate.txt
|
||||
chatchat/data
|
||||
/chatchat-server/chatchat/configs/model_providers.yaml
|
||||
|
||||
37
chatchat-server/chatchat/configs/model_providers.yaml
Normal file
37
chatchat-server/chatchat/configs/model_providers.yaml
Normal file
@ -0,0 +1,37 @@
|
||||
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'
|
||||
|
||||
ollama:
|
||||
model_credential:
|
||||
- model: 'llama3'
|
||||
model_type: 'llm'
|
||||
model_credentials:
|
||||
base_url: 'http://172.21.80.1:11434'
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user