diff --git a/docs/tomemo/README.md b/docs/tomemo/README.md index 86c637f..f550279 100644 --- a/docs/tomemo/README.md +++ b/docs/tomemo/README.md @@ -12,7 +12,19 @@ ToMemo is a phrasebook + clipboard history + keyboard iOS app with integrated AI ## 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. +- Go to "Settings-Extensions-AI Services-AI Providers", click "Add" in the top right corner, and select "DeepSeek" in the **Provider** field. +- Enter your API Key in the **API Key** field. +- Click the "Test" button to verify if the input is valid. +- Click "Load Models" to select the model you want to use +- Turn on "Enable" and click "Save" -![image](assets/Integrate.jpg) +![image](assets/app-provider.png) + +## Use + +- Go to "Settings-Extensions-AI Services" +- Click "AI Assistant" to enter the AI Assistant page +- Add an AI Assistant in the top right corner, you can select "Deepseek" in the models +- Start chatting with Deepseek + +![image](assets/use-deepseek.png) diff --git a/docs/tomemo/README_cn.md b/docs/tomemo/README_cn.md index b46b0b2..766675a 100644 --- a/docs/tomemo/README_cn.md +++ b/docs/tomemo/README_cn.md @@ -12,7 +12,19 @@ ToMemo 是一款短语合集 + 剪切板历史 + 键盘输出的 iOS 应用, ## Integrate with Deepseek API -进入设置-扩展-AI 服务-AI 供应商,即可添加 Deepseek API Key。 -添加完成后,可以 AI 服务页面中开启底部 Tab 页,方便应用中直接与 Deepseek 对话。 +- 进入「设置-扩展-AI 服务-AI 供应商」,点击右上角「添加」,在**供应商**中选择「DeepSeek」。 +- 在**API Key**中输入你的 API Key。 +- 点击「测试」按钮,测试填入是否可用。 +- 点击「加载模型」,选择需要使用的模型 +- 打开「启用」后,点击「保存」 -![image](assets/Integrate.jpg) +![image](assets/app-provider.png) + +## Use + +- 进入「设置-扩展-AI 服务」, +- 点击「AI 助手」进入 AI 助手页面, +- 右上角添加 AI 助手,可以在模型中选择「深度求索」 +- 开始和 Deepseek 聊天 + +![image](assets/use-deepseek.png) diff --git a/docs/tomemo/assets/app-provider.png b/docs/tomemo/assets/app-provider.png new file mode 100644 index 0000000..5309a86 Binary files /dev/null and b/docs/tomemo/assets/app-provider.png differ diff --git a/docs/tomemo/assets/use-deepseek.png b/docs/tomemo/assets/use-deepseek.png new file mode 100644 index 0000000..2c0a1a1 Binary files /dev/null and b/docs/tomemo/assets/use-deepseek.png differ