Langchain-Chatchat/configs/loom.yaml.example
2024-03-06 13:42:47 +08:00

27 lines
350 B
Plaintext

log_path: "logs"
log_level: "DEBUG"
api_server:
host: "127.0.0.1"
port: 8000
publish_server:
host: "127.0.0.1"
port: 8001
subscribe_server:
host: "127.0.0.1"
port: 8002
openai_plugins_folder:
- "openai_plugins"
openai_plugins_load_folder:
- "configs"
plugins:
- openai:
name: "openai"
- zhipuai:
name: "zhipuai"