Merge branch 'deepseek-ai:main' into patch-1

This commit is contained in:
xiaok8700 2025-03-14 10:35:54 +08:00 committed by GitHub
commit d48f6394f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 66 additions and 18 deletions

View file

@ -380,6 +380,11 @@ With these functionalities, the AI assistant can summarize key points within an
<td><a href="https://github.com/Richasy/Bili.Copilot">Bili.Copilot</a></td> <td><a href="https://github.com/Richasy/Bili.Copilot">Bili.Copilot</a></td>
<td>Bilibili third-party Windows desktop client, a native application built with the Windows App SDK.</td> <td>Bilibili third-party Windows desktop client, a native application built with the Windows App SDK.</td>
</tr> </tr>
<tr>
<td><img src="https://www.tensorbounce.com/logo.png" alt="Icon" width="64" height="auto" /></td>
<td><a href="https://www.tensorbounce.com/">LawAgent</a></td>
<td>LawAgent is a legal AI product developed by the Tensorbounce team, integrating a knowledge base with AI Agent capabilities. It boasts a vast repository of tens of millions of official legal-related data points and also allows for custom knowledge base configurations. The professional mode leverages the reasoning abilities of DeepSeek-R1 to assist users in legal analysis, contract review, document generation, file translation, and other legal scenarios.</td>
</tr>
</table> </table>
### <span id="agent">AI Agent frameworks</span> ### <span id="agent">AI Agent frameworks</span>

View file

@ -313,6 +313,11 @@
<td><a href="https://github.com/Richasy/Bili.Copilot">哔哩助理</a></td> <td><a href="https://github.com/Richasy/Bili.Copilot">哔哩助理</a></td>
<td>B站第三方 Windows 桌面客户端,使用 Windows App SDK 构建的原生应用。</td> <td>B站第三方 Windows 桌面客户端,使用 Windows App SDK 构建的原生应用。</td>
</tr> </tr>
<tr>
<td><img src="https://www.tensorbounce.com/logo.png" alt="Icon" width="64" height="auto" /></td>
<td><a href="https://www.tensorbounce.com/">LawAgent</a></td>
<td>LawAgent是tensorbounce团队出品的知识库结合AI Agent的法律AI产品,拥有上千万官方法律相关知识库数据用户可自定义知识库专业模式结合DeepSeek-R1的推理能力应用在用户的法律分析、合同审查、文书生成、文件翻译等法律场景。</td>
</tr>
</table> </table>

View file

@ -15,7 +15,30 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</br> </br>
</br> </br>
### Aplicaciones ## Tabla de contenidos
* [Aplicaciones](#applications)
* [Marcos de agentes de IA](#agent)
* [Marcos de aplicaciones de datos de IA](#data)
* [Marcos RAG](#rag)
* [Marcos FHE (Cifrado Homomórfico Completo)](#fhe)
* [Marcos Solana](#solana)
* [Curación de datos sintéticos](#sythetic)
* [Plugins de aplicaciones de mensajería instantánea](#im)
* [Extensiones para Navegadores](#browser)
* [Extensiones para VS Code](#vscode)
* [Extensiones de Visual Studio](#vs)
* [Extensiones de Neovim](#neovim)
* [Extensiones de JetBrains](#jetbrains)
* [Bots de Discord](#discord)
* [Editor de Código Nativo con IA](#codeeditor)
* [Emacs](#emacs)
* [Seguridad](#security)
* [Otros](#others)
## Lista de proyectos
### <span id="applications">Aplicaciones</span>
<table> <table>
<tr> <tr>
@ -346,9 +369,14 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
<td><a href="https://github.com/Richasy/Bili.Copilot">Bili.Copilot</a></td> <td><a href="https://github.com/Richasy/Bili.Copilot">Bili.Copilot</a></td>
<td>Cliente de escritorio Windows de terceros en la estación b, una aplicación nativa construida con el SDK de la aplicación Windows.</td> <td>Cliente de escritorio Windows de terceros en la estación b, una aplicación nativa construida con el SDK de la aplicación Windows.</td>
</tr> </tr>
<tr>
<td><img src="https://www.tensorbounce.com/logo.png" alt="Icon" width="64" height="auto" /></td>
<td><a href="https://www.tensorbounce.com/">LawAgent</a></td>
<td>LawAgent es un producto de IA legal desarrollado por el equipo de Tensorbounce, que integra una base de conocimientos con capacidades de Agente IA. Cuenta con un vasto repositorio de decenas de millones de datos oficiales relacionados con el ámbito legal y también permite configuraciones personalizadas de la base de conocimientos. El modo profesional aprovecha las capacidades de razonamiento de DeepSeek-R1 para asistir a los usuarios en análisis legales, revisión de contratos, generación de documentos, traducción de archivos y otros escenarios legales.</td>
</tr>
</table> </table>
### Marcos de agentes de IA ### <span id="agent">Marcos de agentes de IA</span>
<table> <table>
<tr> <tr>
@ -408,7 +436,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Marcos de aplicaciones de datos de IA ### <span id="data">Marcos de aplicaciones de datos de IA</span>
<table> <table>
<tr> <tr>
@ -418,7 +446,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Marcos RAG ### <span id="rag">Marcos RAG</span>
<table> <table>
<tr> <tr>
@ -443,7 +471,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Marcos FHE (Cifrado Homomórfico Completo) ### <span id="fhe">Marcos FHE (Cifrado Homomórfico Completo)</span>
<table> <table>
<tr> <tr>
@ -453,7 +481,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Marcos Solana ### <span id="solana">Marcos Solana</span>
<table> <table>
<tr> <tr>
@ -463,7 +491,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Curación de datos sintéticos ### <span id="sythetic">Curación de datos sintéticos</span>
<table> <table>
<tr> <tr>
@ -483,7 +511,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Plugins de aplicaciones de mensajería instantánea ### <span id="im">Plugins de aplicaciones de mensajería instantánea</span>
<table> <table>
<tr> <tr>
@ -503,7 +531,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Extensiones para Navegadores ### <span id="browser">Extensiones para Navegadores</span>
<table> <table>
<tr> <tr>
@ -578,7 +606,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Extensiones para VS Code ### <span id="vscode">Extensiones para VS Code</span>
<table> <table>
<tr> <tr>
@ -608,7 +636,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Extensiones de Visual Studio ### <span id="vs">Extensiones de Visual Studio</span>
<table> <table>
<tr> <tr>
@ -628,7 +656,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Extensiones de Neovim ### <span id="neovim">Extensiones de Neovim</span>
<table> <table>
<tr> <tr>
@ -653,7 +681,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Extensiones de JetBrains ### <span id="jetbrains">Extensiones de JetBrains</span>
<table> <table>
<tr> <tr>
@ -683,7 +711,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Bots de Discord ### <span id="discord">Bots de Discord</span>
<table> <table>
<tr> <tr>
@ -693,7 +721,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Editor de Código Nativo con IA ### <span id="codeeditor">Editor de Código Nativo con IA</span>
<table> <table>
<tr> <tr>
@ -708,7 +736,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Emacs ### <span id="emacs">Emacs</span>
<table> <table>
<tr> <tr>
@ -723,7 +751,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Seguridad ### <span id="security">Seguridad</span>
<table> <table>
<tr> <tr>
@ -738,7 +766,7 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
</tr> </tr>
</table> </table>
### Otros ### <span id="others">Otros</span>
<table> <table>
<tr> <tr>

View file

@ -285,6 +285,11 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
<td><a href="https://github.com/Richasy/Bili.Copilot">Bili.Copilot</a></td> <td><a href="https://github.com/Richasy/Bili.Copilot">Bili.Copilot</a></td>
<td>B局のサードパーティ製Windowsデスクトップクライアント、Windows App SDKを使用して構築されたネイティブアプリケーション。</td> <td>B局のサードパーティ製Windowsデスクトップクライアント、Windows App SDKを使用して構築されたネイティブアプリケーション。</td>
</tr> </tr>
<tr>
<td><img src="https://www.tensorbounce.com/logo.png" alt="Icon" width="64" height="auto" /></td>
<td><a href="https://www.tensorbounce.com/">LawAgent</a></td>
<td>LawAgentは、Tensorbounceチームによって開発された、知識ベースとAIエージェント機能を統合した法律AI製品です。公式の法律関連データを数千万件も保有しており、カスタム知識ベースの設定も可能です。プロフェッショナルモードでは、DeepSeek-R1の推論能力を活用し、ユーザーの法律分析、契約審査、文書生成、ファイル翻訳などの法律シーンをサポートします。</td>
</tr>
</table> </table>
### <span id="agent">AI エージェントフレームワーク</span> ### <span id="agent">AI エージェントフレームワーク</span>

View file

@ -369,6 +369,11 @@
<td><a href="https://github.com/Richasy/Bili.Copilot">嗶哩助理</a></td> <td><a href="https://github.com/Richasy/Bili.Copilot">嗶哩助理</a></td>
<td>B站協力廠商Windows案頭用戶端使用Windows App SDK構建的原生應用。</td> <td>B站協力廠商Windows案頭用戶端使用Windows App SDK構建的原生應用。</td>
</tr> </tr>
<tr>
<td><img src="https://www.tensorbounce.com/logo.png" alt="Icon" width="64" height="auto" /></td>
<td><a href="https://www.tensorbounce.com/">LawAgent</a></td>
<td>LawAgent是tensorbounce團隊出品的知識庫結合AI Agent的法律AI產品,擁有上千萬官方法律相關知識庫數據用戶可自定義知識庫專業模式結合DeepSeek-R1的推理能力應用在用戶的法律分析、合同審查、文書生成、文件翻譯等法律場景。</td>
</tr>
</table> </table>
### <span id="agent">AI 智慧體框架</span> ### <span id="agent">AI 智慧體框架</span>