awesome-deepseek-integration/docs/UOS AI/README_cn.md
2025-03-05 16:00:37 +08:00

43 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

___
![image](assets/uos-ai-assistant.svg)
___
# [UOS AI](https://www.deepin.org)
UOS AI是Deepin操作系统中功能强大的AI助手应用。
它具有独特的跨应用能力可以深度集成到系统自带的邮箱、浏览器中为您提供场景化的AI能力。
# 界面
![image](assets/ui.png)
## 接入DeepSeek API
## 默认添加
1. 打开 UOS AI 的「设置」选项,在「模型配置」中选择「在线模型-添加」进入UOS AI的添加模型界面。
2. 在「模型类型」中选择「DeepSeek-R1」。
3. 在「账号名称」中随意填写名称。
4. 在「APIKey」中填写您的API key。
![image](assets/r1.png)
## 自定义添加
1. 在「模型类型」中选择「自定义」。
2. 在「账号名称」中随意填写名称。
3. 在「APIKey」中填写您的API key。
4. 「模型名」添加要使用的模型名称。
- DeepSeek-V3填写deepseek-chat
- DeepSeek-R1填写deepseek-reasoner
5. 「请求地址」填写https://api.deepseek.com/chat/completions
![image](assets/custom-v3.png)