Worker 状态
{{health.ok?'在线':'离线'}}
账号池数量
{{health.accounts||0}}
可用模型
{{models.length}}
API Key
{{health.authenticated?'已配置':'默认'}}
账号池状态
暂无账号信息
账号 #{{acc.index+1}}
{{acc.refreshToken}}
过期: {{formatTime(acc.expiresAt)}}
{{{'idle':'空闲','active':'活跃','cooling':'冷却中'}[acc.status]}}
可用模型列表
{{model.id.includes(':free')?'Free':'ClinePass'}}
{{model.id}}
Provider: {{model.provider}}
API 测试终端
{{msg.role==='user'?'You':'Assistant'}}
{{msg.content}}
Assistant
思考中...