Pot-App Cohere AI 翻译插件
特征
- 支持 Command R+, Command R, Command, Command Nightly, Command Light, Command Light Nightly .
- 暂不支持流响应。
- 支持翻译、润色、总结、自定义提示。
支持平台
[x] Windows
[x] Linux
[x] MacOS
使用方法
- 下载对应平台的插件,解压得到
.potext
文件 - 打开Pot-偏好设置-服务设置-翻译-添加外部插件-安装外部插件
- 选择刚刚解压得到的
.potext
文件,安装成功 - 将插件添加到服务列表即可使用
设置代理域名
# cohere.json
{
"version": 2,
"routes": [
{
"src": "/(.*)",
"dest": "https://api.cohere.ai/$1",
"headers": {
"Cache-Control": "no-cache",
"Host": "api.cohere.ai",
"origin": "https://api.cohere.ai",
"referer": "https://api.cohere.ai/",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
}
}
]
}
执行 vercel -A cohere.json --prod
并绑定域名部署代理
作者
pot-app-translate-plugin-cohere © imShire, Released under the GPL 3.0 License.
评论