diff --git a/README.md b/README.md index 80259b0..522426a 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,15 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati Cherry Studio A powerful desktop AI assistant for producer + + Icon + ToMemo (iOS, ipadOS) + A phrasebook + clipboard history + keyboard iOS app with integrated AI macromodeling for quick output use in the keyboard. + ### RAG framework + diff --git a/README_cn.md b/README_cn.md index 66e6e0a..1f3fe21 100644 --- a/README_cn.md +++ b/README_cn.md @@ -4,7 +4,7 @@ Awesome DeepSeek Integrations

-# DeepSeek 实用集成 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) +# DeepSeek 实用集成 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) 将 DeepSeek 大模型能力轻松接入各类软件。访问 [DeepSeek 开放平台](https://platform.deepseek.com/)来获取您的 API key。 @@ -48,9 +48,14 @@ + + + +
Icon Cherry Studio 一款为创造者而生的桌面版 AI 助手
Icon ToMemo (iOS, ipadOS) 一款短语合集 + 剪切板历史 + 键盘输出的iOS应用,集成了AI大模型,可以在键盘中快速输出使用。
### RAG 框架 + diff --git a/docs/tomemo/README.md b/docs/tomemo/README.md new file mode 100644 index 0000000..86c637f --- /dev/null +++ b/docs/tomemo/README.md @@ -0,0 +1,18 @@ + + +# [ToMemo](https://apps.apple.com/cn/app/tomemo/id1610843304) + +ToMemo is a phrasebook + clipboard history + keyboard iOS app with integrated AI macromodeling for quick output use in the keyboard. + +## UI + +![image](assets/ui.jpg) + +![image](assets/ui-keyboard.jpg) + +## Integrate with Deepseek API + +Go to Settings-Extensions-AI Services-AI Providers to add the Deepseek API Key. +After adding, you can turn on the 「show in bottom tab」 in the AI service page, so that you can talk to Deepseek directly in the application. + +![image](assets/Integrate.jpg) diff --git a/docs/tomemo/README_cn.md b/docs/tomemo/README_cn.md new file mode 100644 index 0000000..b46b0b2 --- /dev/null +++ b/docs/tomemo/README_cn.md @@ -0,0 +1,18 @@ + + +# [ToMemo](https://apps.apple.com/cn/app/tomemo/id1610843304) + +ToMemo 是一款短语合集 + 剪切板历史 + 键盘输出的 iOS 应用,集成了 AI 大模型,可以在键盘中快速输出使用。 + +## UI + +![image](assets/ui.jpg) + +![image](assets/ui-keyboard.jpg) + +## Integrate with Deepseek API + +进入设置-扩展-AI 服务-AI 供应商,即可添加 Deepseek API Key。 +添加完成后,可以 AI 服务页面中开启底部 Tab 页,方便应用中直接与 Deepseek 对话。 + +![image](assets/Integrate.jpg) diff --git a/docs/tomemo/assets/Integrate.jpg b/docs/tomemo/assets/Integrate.jpg new file mode 100644 index 0000000..d31bf4d Binary files /dev/null and b/docs/tomemo/assets/Integrate.jpg differ diff --git a/docs/tomemo/assets/ui-keyboard.jpg b/docs/tomemo/assets/ui-keyboard.jpg new file mode 100644 index 0000000..7287107 Binary files /dev/null and b/docs/tomemo/assets/ui-keyboard.jpg differ diff --git a/docs/tomemo/assets/ui.jpg b/docs/tomemo/assets/ui.jpg new file mode 100644 index 0000000..53037ca Binary files /dev/null and b/docs/tomemo/assets/ui.jpg differ
Icon