mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-05 14:23:23 +08:00
* 添加了贡献说明 docs/contributing,包含了一些代码仓库说明和开发规范,以及在model_providers下面编写了一些单元测试的示例 * 关于providers的配置说明
11 lines
155 B
YAML
11 lines
155 B
YAML
|
|
ollama:
|
|
model_credential:
|
|
- model: 'llama3'
|
|
model_type: 'llm'
|
|
model_credentials:
|
|
openai_api_base: 'http://172.21.80.1:11434'
|
|
|
|
|
|
|