(text: string)
| 214 | text: sanitizePlainText(text), |
| 215 | linkPreview: false, |
| 216 | }); |
| 217 | |
| 218 | if (!trimmed) { |
| 219 | await replyWith( |
| 220 | "ℹ️ <b>aitc 插件</b>\n\n" + |
| 221 | "• <code>aitc key <API Key></code> - 设置API Key\n" + |
| 222 | "• <code>aitc url <地址></code> - 自定义API地址\n" + |
| 223 | "• <code>aitc model <模型名></code> - 指定模型\n" + |
| 224 | `• <code>aitc temp <${TEMPERATURE_RANGE_LABEL}></code> - 调整温度\n` + |
no test coverage detected