Files
HxClaw/project.config.yml
titor 124b0baa26
Some checks failed
Release / build (push) Failing after 3h11m18s
feat: 实现 LLM 文言文摘要生成,优化 Session 创建逻辑
2026-04-27 08:58:08 +08:00

34 lines
542 B
YAML

# hxclaw 项目配置文件
# 模拟流式输出配置
streaming:
line_delay_ms: 1000
last_line_delay_ms: 600
# Markdown 渲染配置
markdown:
theme: dark
line_width: -1
# UI 配置
ui:
logo: "🦐"
user_icon: "👀 "
# TTS 语音配置
tts:
enabled: false
port: 9876
auto: true
# 聊天记忆体配置
memory:
enabled: false
auto_session: true
auto_export: true
summary_timeout: 30
vector:
base_url: "https://api.siliconflow.cn/v1"
model: "BAAI/bge-m3"
dimension: 1024
max_search_results: 10