feat: update deep seek integrate in ToMemo (#255)

* feat: update deep seek integrate in ToMemo

* fix: add deepseek provider image
This commit is contained in:
leozhou 2025-02-17 15:35:53 +08:00 committed by GitHub
parent 5d8daad73c
commit 19601ceb8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 30 additions and 6 deletions

View File

@ -12,7 +12,19 @@ ToMemo is a phrasebook + clipboard history + keyboard iOS app with integrated AI
## Integrate with Deepseek API ## Integrate with Deepseek API
Go to Settings-Extensions-AI Services-AI Providers to add the Deepseek API Key. - Go to "Settings-Extensions-AI Services-AI Providers", click "Add" in the top right corner, and select "DeepSeek" in the **Provider** field.
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. - 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)

View File

@ -12,7 +12,19 @@ ToMemo 是一款短语合集 + 剪切板历史 + 键盘输出的 iOS 应用,
## Integrate with Deepseek API ## Integrate with Deepseek API
进入设置-扩展-AI 服务-AI 供应商,即可添加 Deepseek API Key。 - 进入「设置-扩展-AI 服务-AI 供应商」,点击右上角「添加」,在**供应商**中选择「DeepSeek」。
添加完成后,可以 AI 服务页面中开启底部 Tab 页,方便应用中直接与 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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB