SkillAgentSearch skills...

ModelJudge

这是一个基于 Next.js 构建的多语言 AI 模型评估平台,支持多模型对比和实时流式响应。A multilingual AI model evaluation platform built with Next.js, allowing users to compare responses from multiple models and receive a final judgment.

Install / Use

/learn @flashclub/ModelJudge
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

English

本项目抽离于 AwesomePrompt,感谢 SiliconCloud 提供的免费 API 服务。目前注册即送 2000 万 token。

模型判官 🧑‍⚖️

欢迎来到模型判官项目! 这是一个基于 Next.js 构建的 AI 模型评估平台。 输入问题选择三个模型,生成回答,由第四个模型给出评分和最终回答! 🚀 在线体验:模型判官

项目特色 ✨

  • 多模型对比: 同时对比多个 AI 模型的回答 🤖🆚🤖
  • 评分机制: 由第四个模型给出评分和最终回答 📊
  • 实时流式响应: 快速获取 AI 的回答,无需等待 ⚡
  • 国际化支持: 支持中文和英文界面 🌍
  • 响应式设计: 在各种设备上都能完美展示 📱💻
  • 用户认证: 支持 Google 和 GitHub 登录 🔐(可选)

快速开始 🏁

  1. 克隆项目:
git clone git@github.com:flashclub/ModelJudge.git
  1. 安装依赖:
npm install
  1. 创建 .env 文件,并填入 SiliconCloud API Key:
SILICONFLOW_KEY=your_api_key
  1. 运行开发服务器:
npm run dev
  1. 打开浏览器访问 http://localhost:3000 即可看到项目运行效果!

技术栈 🛠️

项目结构 📁

src/
├── app/ # 应用主目录
├── components/ # React 组件
├── config/ # 配置文件
├── context/ # React Context
├── lib/ # 工具函数
└── messages/ # 国际化文本

贡献指南 🤝

我们欢迎任何形式的贡献! 如果你有好的想法或发现了 bug,请随时提出 issue 或发起 pull request。

致谢

  1. 感谢 SiliconCloud

许可证 📄

本项目采用 MIT 许可证。详情请查看 LICENSE 文件。

让我们一起打造更棒的 AI 模型评估平台吧! 🎉

赞助 💰

如果你喜欢这个项目,想要支持,可以通过以下方式赞助我:

<a title="Like flashclub's work? Buy him a coffee" class="bmac" href="https://buymeacoffee.com/laughing_is_me"> <img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=laughing_is_me&button_colour=FFDD00&font_colour=000000&font_family=Inter&outline_colour=000000&coffee_colour=ffffff" /> </a>

View on GitHub
GitHub Stars96
CategoryDevelopment
Updated16d ago
Forks5

Languages

TypeScript

Security Score

100/100

Audited on Mar 20, 2026

No findings