feat: 新增统一命名功能,自动替换prompt内唯一标识符,优化prompt效果

This commit is contained in:
SengokuCola
2025-04-16 01:13:18 +08:00
parent 42ccb3dccb
commit 9fc74cb066
13 changed files with 443 additions and 129 deletions

View File

@@ -126,6 +126,7 @@ def main():
"""主函数,启动心跳线程"""
# 配置
SERVER_URL = "http://hyybuth.xyz:10058"
# SERVER_URL = "http://localhost:10058"
HEARTBEAT_INTERVAL = 300 # 5分钟
# 创建并启动心跳线程