Skip to content

Commit 328024e

Browse files
authored
Remove outdated comments in cron.php
Removed comments regarding integration with Alibaba Qianwen and API configuration.
1 parent 7029f83 commit 328024e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

trunk/web/aiapi/cron.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22
ini_set("display_errors", "On"); //set this to "On" for debugging ,especially when no reason blank shows up.
3-
// 这个文件用于对接阿里千问,解析编译报错和运行错误信息。
4-
// 需要在db_info.inc.php中配置 $OJ_AI_API_URL指向本文件;
5-
// 登录阿里云,打开 https://bailian.console.aliyun.com/?tab=model#/api-key 创建新的API KEY
6-
// 注意这个功能可能会导致阿里云付费账单,
7-
// 访问类似 https://bailian.console.aliyun.com/?tab=model#/model-market/detail/qwen3-coder-480b-a35b-instruct
8-
// 关注所用模型的剩余免费额度
93
// 如果不是 CLI 环境,则直接退出
104
if (php_sapi_name() !== 'cli') {
115
// 可以输出错误信息(可选)

0 commit comments

Comments
 (0)