Add UOS AI Docs (#360)

This commit is contained in:
Clauszy 2025-03-05 16:00:37 +08:00 committed by GitHub
parent b5f0fa2918
commit 8b01f66bf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 135 additions and 0 deletions

42
docs/UOS AI/README_cn.md Normal file
View file

@ -0,0 +1,42 @@
___
![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)