刷新状态
AI 提示词
- 服务名称
- {{ status?.service || (loading ? '读取中...' : '-') }}
- 上游地址
- {{ status?.baseUrl || '-' }}
- Cloud action
- {{ status?.proxyEndpoint || 'ai.chat' }}
- 默认模型
- {{ modelLabel(status?.defaultModel) }}
- 服务端密钥
- {{ status?.configured ? '已配置' : '未配置' }}
{{ testing ? '测试中...' : '测试 AI 服务' }}
@if (testResult) {
{{ testResult.ok ? '连接正常' : '连接失败' }}
{{ testResult.ok ? (modelLabel(testResult.model || status?.defaultModel) + ' · ' + (testResult.latencyMs || 0) + ' ms') : testResult.error }}
}
@if (error) {
后端不可用{{ error }}
}
竞品评论→共享 AI 组件→Cloud Function→Fmode AI