tisfeng
tisfeng
我们尝试修复了这个问题,刚打了个新包,请测试一下,直接覆盖安装就行,这样不会丢失之前的配置数据 @atinst @JackeyLov5 [Easydict.zip](https://github.com/tisfeng/Easydict/files/15221487/Easydict.zip)
For now, we can start by only supporting the Favorite/History feature, and Eudic can be put into another issue. Favorite and History are very similar, we can use a simple...
I previously added `Realm` package, you can use it to store favorite words. Of course, if you have other better solutions, that's fine too.
@Ineffable919 具体什么问题?请详细描述一下问题,实在不行,你可以关闭内置 AI 试试。 如果是闪退问题,请另外开个 issue 反馈一下,务必提供崩溃日志,稍后我们会定位修复它,然后发布新版本。
感觉可以加,Cohere 提供免费试用的 key(虽然有次数限制),我使用了几天,发现翻译效果不错,command-r 模型对中文支持也很好。https://docs.cohere.com/docs/going-live 但比较麻烦的一点是,Cohere 的 API 不是标准的 OpenAI 接口,代码实现起来需要费心,因此目前建议通过一些第三方服务将 Cohere 接口转为标准的 OpenAI 接口 https://github.com/tisfeng/Easydict/issues/270#issuecomment-1864397930 ,这样就能使用自定义 OpenAI 服务在 Easydict 中使用了。 [one-api](https://github.com/songquanpeng/one-api/issues/1293) 暂时还没支持 Cohere,可以先借助其他服务,例如 [cohere2openai](https://github.com/missuo/cohere2openai) 或 [cohere2openai-cf-worker](https://github.com/ckt1031/cohere2openai-cf-worker) 。
[2.7.2](https://github.com/tisfeng/Easydict/releases/tag/2.7.2) 版本已修复该问题。
单词本:手动添加才会记录。 历史记录:每个查询都会被记录。 @yam-liu 你好,请问有在做这个功能吗
注意看图标,你都把它改成了 Kimi 😑 目前只有一个自定义 OpenAI 服务,后续会允许添加多个自定义 OpenAI 服务 https://github.com/tisfeng/Easydict/issues/479
我用这个 [cohere2openai-cf-worker](https://github.com/ckt1031/cohere2openai-cf-worker) 服务在 Cloudflare Worker 搭了一个转换接口 https://cohere2openai.tisfeng.workers.dev ,可以方便在 Easydict 中使用 command-r 模型。 注意,上面接口不保证能稳定使用,建议搭建自己的个人接口服务。
[one-api](https://github.com/songquanpeng/one-api) 已经支持 Cohere 服务了 https://github.com/songquanpeng/one-api/pull/1355 。 [2.7.0](https://github.com/tisfeng/Easydict/releases/tag/2.7.0) 版本已添加了一个自定义 OpenAI 服务,直接借助中转接口在 Easydict 中使用也行。