关于 ai-code-translator
使用AI 将一种编程语言的代码,转化为另一种语言
- github : https://github.com/mckaywrigley/ai-code-translator
- web : https://ai-code-translator.vercel.app
你需要自备 OpenAI Key
使用界面如下:
支持模型
- GPT 3.5
- GPT 4
支持语言
本地运行
1、下载 Repo
git clone https://github.com/mckaywrigley/ai-code-translator.git
2、安装依赖
npm i
3、运行应用
npm run dev
2023-04-04