Skip to content

A translation tool based on Next.js and large AI models, capable of simultaneously calling translation results from multiple large models, convenient for comparing the quality of translated texts. 一个基于 Next.js 和 AI 大模型的翻译小工具,可同时调用多个大模型返回的翻译结果,方便对比翻译文本的质量.

Notifications You must be signed in to change notification settings

wuhaoworld/hive-translate

Repository files navigation

这是一个基于 Next.js 和 AI 大模型的翻译小工具,特点:

  • 同时调用多个大模型返回的翻译结果,方便对比翻译文本的质量
  • 完全客户端调用,API Key 信息存储在本地,没有泄露风险
  • 当前支持 Open AI、 Claude、 Moonshot、文心一言

线上预览链接:https://hive-translate.vercel.app/

Screenshot

本地运行

开发预览

npm run dev
# or
yarn dev
# or
pnpm dev

打开 http://localhost:3000 即可预览。

本地运行

npm run build
npm run start

在 Vercel 上部署

点击下面的按钮,即可部署。

Deploy with Vercel

About

A translation tool based on Next.js and large AI models, capable of simultaneously calling translation results from multiple large models, convenient for comparing the quality of translated texts. 一个基于 Next.js 和 AI 大模型的翻译小工具,可同时调用多个大模型返回的翻译结果,方便对比翻译文本的质量.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages