mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
feat: 为每个适配器添加描述,可在 WebUI 中查看
This commit is contained in:
@@ -171,6 +171,7 @@ async function generate(context, prompt, imgPaths, modelId, meta = {}) {
|
||||
export const manifest = {
|
||||
id: 'lmarena_text',
|
||||
displayName: 'LMArena (文本生成)',
|
||||
description: '使用 LMArena 平台生成文本,支持多种大语言模型和搜索模式。需要已登录的 LMArena 账户,若不登录会频繁弹出人机验证码且有速率限制。',
|
||||
|
||||
// 入口 URL
|
||||
getTargetUrl(config, workerConfig) {
|
||||
|
||||
Reference in New Issue
Block a user