Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_en (ubuntu-latest, 3.10) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_zh (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.12) (push) Has been cancelled
44 lines
884 B
Plaintext
44 lines
884 B
Plaintext
QINGJIAN_WS_URI=ws://127.0.0.1:9528
|
|
OPENAI_API_KEY=
|
|
OPENAI_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
|
|
OPENAI_MODEL_NAME=doubao-seed-2-0-pro-260215
|
|
|
|
# 低延迟参数(首答快)
|
|
MESSAGE_DEBOUNCE_SECONDS=0.2
|
|
IMAGE_MESSAGE_DEBOUNCE_SECONDS=0.4
|
|
AUTO_QUOTE_WAIT_SECONDS=18
|
|
AGENT_MAX_ITERS=1
|
|
DECISION_TIMEOUT_SECONDS=8
|
|
|
|
STORE_BACKEND=mysql
|
|
STORE_SQLITE_PATH=
|
|
MYSQL_HOST=127.0.0.1
|
|
MYSQL_PORT=3306
|
|
MYSQL_USER=root
|
|
MYSQL_PASSWORD=
|
|
MYSQL_DATABASE=ai_cs
|
|
MYSQL_TABLE_PREFIX=qjcs_
|
|
|
|
HTTP_HOST=127.0.0.1
|
|
HTTP_PORT=6060
|
|
TIANWANG_CALLBACK_URL=http://139.199.3.75:18789/api/callback
|
|
|
|
# 企业微信通知(留空即关闭)
|
|
WECHAT_WEBHOOK=
|
|
|
|
# 邮件通知(留空即关闭)
|
|
EMAIL_NOTIFY_ENABLED=0
|
|
SMTP_HOST=smtp.qq.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=
|
|
SMTP_PASSWORD=
|
|
SMTP_TO=
|
|
|
|
# 自动作图
|
|
AUTO_DRAW_ENABLED=1
|
|
AUTO_DRAW_ENDPOINT=
|
|
AUTO_DRAW_TIMEOUT_SECONDS=25
|
|
|
|
# 并发
|
|
MAX_CONCURRENT_TURNS=4
|