{"id":23154530,"url":"https://github.com/flashclub/modeljudge","last_synced_at":"2025-04-09T16:12:02.333Z","repository":{"id":259162136,"uuid":"871587756","full_name":"flashclub/ModelJudge","owner":"flashclub","description":"这是一个基于 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.","archived":false,"fork":false,"pushed_at":"2024-10-22T02:54:55.000Z","size":540,"stargazers_count":82,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T16:11:38.739Z","etag":null,"topics":["deepseek","internlm","llm","nextjs","qwen","siliconflow","tailwindcss"],"latest_commit_sha":null,"homepage":"https://modeljudge.awesomeprompt.net/zh","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flashclub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-12T11:33:54.000Z","updated_at":"2025-03-15T05:53:38.000Z","dependencies_parsed_at":"2024-10-23T06:25:09.833Z","dependency_job_id":"cadef9f5-b9b7-40dd-8cde-bdea187bf310","html_url":"https://github.com/flashclub/ModelJudge","commit_stats":null,"previous_names":["flashclub/modeljudge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashclub%2FModelJudge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashclub%2FModelJudge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashclub%2FModelJudge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashclub%2FModelJudge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flashclub","download_url":"https://codeload.github.com/flashclub/ModelJudge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065283,"owners_count":21041872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deepseek","internlm","llm","nextjs","qwen","siliconflow","tailwindcss"],"created_at":"2024-12-17T20:13:12.427Z","updated_at":"2025-04-09T16:12:02.287Z","avatar_url":"https://github.com/flashclub.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/laughing_is_me","https://img.buymeacoffee.com/button-api/?text=Buy"],"categories":[],"sub_categories":[],"readme":"[English](https://github.com/flashclub/ModelJudge/blob/main/README_EN.md)\n\n本项目抽离于 [AwesomePrompt](https://awesomeprompt.net/zh/all-model)，感谢 [SiliconCloud](https://cloud.siliconflow.cn/i/h5JiyFm0) 提供的免费 API 服务。目前注册即送 2000 万 token。\n\n# 模型判官 🧑‍⚖️\n\n欢迎来到模型判官项目! 这是一个基于 Next.js 构建的 AI 模型评估平台。\n输入问题选择三个模型，生成回答，由第四个模型给出评分和最终回答! 🚀\n在线体验：[模型判官](https://modeljudge.awesomeprompt.net/zh)\n\n## 项目特色 ✨\n\n- 多模型对比: 同时对比多个 AI 模型的回答 🤖🆚🤖\n- 评分机制: 由第四个模型给出评分和最终回答 📊\n- 实时流式响应: 快速获取 AI 的回答,无需等待 ⚡\n- 国际化支持: 支持中文和英文界面 🌍\n- 响应式设计: 在各种设备上都能完美展示 📱💻\n- 用户认证: 支持 Google 和 GitHub 登录 🔐（可选）\n\n## 快速开始 🏁\n\n1. 克隆项目:\n\n```bash\ngit clone git@github.com:flashclub/ModelJudge.git\n```\n\n2. 安装依赖:\n\n```bash\nnpm install\n```\n\n3. 创建 `.env` 文件，并填入 SiliconCloud API Key:\n\n```bash\nSILICONFLOW_KEY=your_api_key\n```\n\n4. 运行开发服务器:\n\n```bash\nnpm run dev\n```\n\n5. 打开浏览器访问 [http://localhost:3000](http://localhost:3000) 即可看到项目运行效果!\n\n## 技术栈 🛠️\n\n- [Next.js](https://nextjs.org/) - React 框架\n- [Tailwind CSS](https://tailwindcss.com/) - 样式框架\n- [next-intl](https://next-intl-docs.vercel.app/) - 国际化解决方案\n- [NextAuth.js](https://next-auth.js.org/) - 认证库（可选）\n- [Supabase](https://supabase.com/) - 后端数据库（可选）\n\n## 项目结构 📁\n\n```bash\nsrc/\n├── app/ # 应用主目录\n├── components/ # React 组件\n├── config/ # 配置文件\n├── context/ # React Context\n├── lib/ # 工具函数\n└── messages/ # 国际化文本\n```\n\n## 贡献指南 🤝\n\n我们欢迎任何形式的贡献! 如果你有好的想法或发现了 bug,请随时提出 issue 或发起 pull request。\n\n## 致谢\n\n1. 感谢 [SiliconCloud](https://cloud.siliconflow.cn/i/h5JiyFm0)。\n\n## 许可证 📄\n\n本项目采用 MIT 许可证。详情请查看 [LICENSE](LICENSE) 文件。\n\n让我们一起打造更棒的 AI 模型评估平台吧! 🎉\n\n## 赞助 💰\n\n如果你喜欢这个项目，想要支持，可以通过以下方式赞助我：\n\n\u003ca\n  title=\"Like flashclub's work? Buy him a coffee\"\n  class=\"bmac\"\n  href=\"https://buymeacoffee.com/laughing_is_me\"\u003e\n\u003cimg src=\"https://img.buymeacoffee.com/button-api/?text=Buy me a coffee\u0026emoji=☕\u0026slug=laughing_is_me\u0026button_colour=FFDD00\u0026font_colour=000000\u0026font_family=Inter\u0026outline_colour=000000\u0026coffee_colour=ffffff\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashclub%2Fmodeljudge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflashclub%2Fmodeljudge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashclub%2Fmodeljudge/lists"}