调整代码。

This commit is contained in:
liuwei
2025-05-29 10:05:03 +08:00
parent b2e458a937
commit 762a6c52e1
3 changed files with 106 additions and 107 deletions
+6 -1
View File
@@ -9,4 +9,9 @@ command-format = """
/r - 查看排行榜
/l - 查看活跃任务
/h - 查看未完成任务
"""
"""
# AI获取题目确认答案用的配置信息
authorization = "Bearer b8586595-eb81-483d-8e91-a35cc789729e" # 请替换为真实的Authorization token
url = 'https://ark.cn-beijing.volces.com/api/v3/chat/completions'
model = "doubao-1-5-lite-32k-250115"