From 87debaaf27d4c3133adbb3b0a600ac32207ed3f6 Mon Sep 17 00:00:00 2001 From: solos <lxl1217@gmail.com> Date: Wed, 19 Feb 2025 20:49:07 +0800 Subject: [PATCH 1/8] add deepchat (#236) add deepchat --- README.md | 5 +++++ README_cn.md | 5 +++++ README_ja.md | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/README.md b/README.md index f8e7092..d32dde3 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <td>An intelligent RSS reader browser extension with AI-powered RSS summarization and multi-dimensional feed views. Supports DeepSeek model configuration for enhanced content understanding. </td> </tr> <tr> + <td> <img src="https://raw.githubusercontent.com/Hedwi/deepchat/refs/heads/main/images/logo.svg" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://chromewebstore.google.com/detail/deepchat-power-of-deepsee/femhcibnncinlabdboehojdhfcihpkpl?hl=en"> DeepChat </a> </td> + <td>A Chrome extension that enables users to chat with DeepSeek by opening a sidebar on any website. In addition, it provides a floating menu underneath any selected text on any website that allows users to generate text summaries, check grammar issues, and translate content.</td> + </tr> + <tr> <td> <img src="https://www.typral.com/_next/image?url=%2Ffavicon.ico&w=96&q=75" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://www.typral.com/"> Typral </a> </td> <td> Fast AI writer assistant - Let AI help you quickly improve article, paper, text...</td> diff --git a/README_cn.md b/README_cn.md index 60fb8b3..b97556a 100644 --- a/README_cn.md +++ b/README_cn.md @@ -331,6 +331,11 @@ <td> <a href="https://github.com/baotlake/anything-copilot"> Anything Copilot </a> </td> <td> Anything Copilot 是一款可以让你在侧边栏无缝使用任意主流AI工具的浏览器插件 </td> </tr> + <tr> + <td> <img src="https://raw.githubusercontent.com/Hedwi/deepchat/refs/heads/main/images/logo.svg" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://chromewebstore.google.com/detail/deepchat-power-of-deepsee/femhcibnncinlabdboehojdhfcihpkpl?hl=en"> DeepChat </a> </td> + <td>一款Chrome扩展程序,允许用户在任何网站上通过打开侧边栏与DeepSeek聊天。此外,它还在任何网站上选中的文本下方提供一个浮动菜单,使用户能够生成文本摘要、检查语法问题和翻译内容。</td> + </tr> </table> diff --git a/README_ja.md b/README_ja.md index 708724d..180bdcb 100644 --- a/README_ja.md +++ b/README_ja.md @@ -278,6 +278,11 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取 <td> <a href="https://rssflow.oinchain.com"> RssFlow </a> </td> <td>AIを活用したRSS要約と多次元フィードビューを備えたインテリジェントなRSSリーダーブラウザ拡張機能。コンテンツ理解を強化するためのDeepSeekモデル設定をサポートしています。</td> </tr> + <tr> + <td> <img src="https://raw.githubusercontent.com/Hedwi/deepchat/refs/heads/main/images/logo.svg" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://chromewebstore.google.com/detail/deepchat-power-of-deepsee/femhcibnncinlabdboehojdhfcihpkpl?hl=en"> DeepChat </a> </td> + <td>任意のウェブサイト上でサイドバーを開いてDeepSeekとチャットできるChrome拡張機能です。さらに、任意のウェブサイト上の選択したテキストの下にフローティングメニューを表示し、テキストの要約生成、文法チェック、コンテンツの翻訳を行うことができます。</td> + </tr> <tr> <td> <img src="https://www.ncurator.com/_next/image?url=%2Ffavicon.ico&w=96&q=75" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://www.ncurator.com/"> Ncurator </a> </td> From e340d5702c8dd75493fa2a9dacb6a3a69e34dfdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= <ibuler@qq.com> Date: Thu, 20 Feb 2025 16:50:33 +0800 Subject: [PATCH 2/8] perf: update td width (#289) May be using this style better than before --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d32dde3..d98f7da 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <table> <tr> - <td> <img src="https://avatars.githubusercontent.com/u/171659527?s=400&u=39906ab3b6e2066f83046096a66a77fb3f8bb836&v=4" alt="Icon" width="64" height="auto" /> </td> + <td width=80> <img src="https://avatars.githubusercontent.com/u/171659527?s=400&u=39906ab3b6e2066f83046096a66a77fb3f8bb836&v=4" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://github.com/quantalogic/quantalogic">Quantalogic</a> </td> <td> QuantaLogic is a ReAct (Reasoning & Action) framework for building advanced AI agents. </td> </tr> From 94f7e936eacc40035680aabf64e5ff9656bab6c0 Mon Sep 17 00:00:00 2001 From: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:30:32 +0800 Subject: [PATCH 3/8] fix typo and add FastGPT (#274) --- README.md | 13 ++++++++++--- README_cn.md | 20 +++++++++++--------- README_ja.md | 7 +++++++ 3 files changed, 28 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d98f7da..0c4cb32 100644 --- a/README.md +++ b/README.md @@ -103,14 +103,14 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <td> <a href="docs/raycast/README.md">Raycast</a></td> <td> <a href="https://raycast.com/?via=ViGeng">Raycast</a> is a productivity tool for macOS that lets you control your tools with a few keystrokes. It supports various extensions including DeepSeek AI.</td> </tr> - </tr> <td> <img src="https://niceprompt.app/favicon.ico" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://niceprompt.app">Nice Prompt</a></td> <td> <a href="https://niceprompt.app">Nice Prompt</a> Organize, share and use your prompts in your code editor, with Cursor and VSCode。</td> + <tr> + <td> <img src="https://niceprompt.app/favicon.ico" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://niceprompt.app">Nice Prompt</a></td> <td> <a href="https://niceprompt.app">Nice Prompt</a> Organize, share and use your prompts in your code editor, with Cursor and VSCode。</td> </tr> <tr> <td> <img src="https://avatars.githubusercontent.com/u/193405629?s=200&v=4" alt="PHP Client" width="64" height="auto" /> </td> <td> <a href="https://github.com/deepseek-php/deepseek-php-client/blob/master/README.md">PHP Client</a> </td> <td> Deepseek PHP Client is a robust and community-driven PHP client library for seamless integration with the Deepseek API. </td> </tr> - <tr> <tr> <td> <img @@ -225,6 +225,13 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <td> A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories.</td> </tr> <tr> + <td> <img src="https://raw.githubusercontent.com/labring/FastGPT/refs/heads/main/.github/imgs/logo.svg" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://fastgpt.cn/en">FastGPT</a> </td> + <td> + FastGPT is an open-source AI knowledge base platform built on large language models (LLMs), supporting various models including DeepSeek and OpenAI. We provide out-of-the-box capabilities for data processing, model invocation, RAG retrieval, and visual AI workflow orchestration, enabling you to effortlessly build sophisticated AI applications. + </td> + </tr> + <tr> <td> <img src="./docs/ruzhiai_note/assets/play_store_512.png" alt="Icon" width="64" height="auto" /> </td> <td> <a href="docs/ruzhiai_note/README.md">RuZhi AI Notes</a> </td> <td>RuZhi AI Notes is an intelligent knowledge management tool powered by AI, providing one-stop knowledge management and application services including AI search & exploration, AI results to notes conversion, note management & organization, knowledge presentation & sharing. Integrated with DeepSeek model to provide more stable and higher quality outputs.</td> @@ -243,7 +250,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <td> <img src="https://maxkb.cn/images/favicon.png" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://github.com/1Panel-dev/MaxKB">MaxKB</a> </td> <td> <a href="https://maxkb.cn/">MaxKB</a> is a ready-to-use, flexible RAG Chatbot. </td> - </tr> + </tr> </table> ### AI Agent frameworks diff --git a/README_cn.md b/README_cn.md index b97556a..de81a03 100644 --- a/README_cn.md +++ b/README_cn.md @@ -172,19 +172,21 @@ <td> 我们提供对话式答疑 Agent 配置系统、自托管部署方案和便捷的一体化应用 SDK,让您能够为自己的 GitHub 仓库一键创建智能答疑机器人,并快速集成到各类官网或项目中, 为社区提供更高效的技术支持生态。 </td> </tr> <tr> - <td> <img src="./docs/ruzhiai_note/assets/play_store_512.png" alt="Icon" width="64" height="auto" /> </td> - <td> <a href="docs/ruzhiai_note/README_cn.md">如知AI笔记</a> </td> - <td>如知AI笔记是一款智能化的AI知识管理工具,致力于为用户提供一站式的知识管理和应用服务,包括AI搜索探索、AI结果转笔记、笔记管理与整理、知识演示与分享等。集成了DeepSeek深度思考模型,提供更稳定、更高质量的输出。</td> - </tr> - <tr> - <td> <img src="docs/ruzhiai_note/assets/play_store_512.png" alt="Icon" width="64" height="auto" /> </td> - <td> <a href="docs/ruzhiai_note/README_cn.md">如知AI笔记</a> </td> - <td> 如知AI笔记是一款智能化的AI知识管理工具,致力于为用户提供一站式的知识管理和应用服务,包括AI搜索探索、AI结果转笔记、笔记管理与整理、知识演示与分享等。集成了DeepSeek深度思考模型,提供更稳定、更高质量的输出。 </td> + <td> <img src="https://raw.githubusercontent.com/labring/FastGPT/refs/heads/main/.github/imgs/logo.svg" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://fastgpt.cn/zh">FastGPT</a> </td> + <td> + FastGPT 基于 LLM 大模型的开源 AI 知识库构建平台,支持 DeepSeek、OpenAI 等多种模型。我们提供了开箱即用的数据处理、模型调用、RAG 检索、可视化 AI 工作流编排等能力,帮助您轻松构建复杂的 AI 应用。 + </td> </tr> - <tr> + <tr> <td> <img src="https://cdn.link-ai.tech/doc/CoW%20logo.png" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://github.com/zhayujie/chatgpt-on-wechat">Chatgpt-on-Wechat</a> </td> <td> Chatgpt-on-Wechat(CoW)项目是一个灵活的聊天机器人框架,支持将DeepSeek、OpenAI、Claude、Qwen等多种LLM 一键接入到微信公众号、企业微信、飞书、钉钉、网站等常用平台或办公软件,并支持丰富的自定义插件。 </td> + </tr> + <tr> + <td> <img src="./docs/ruzhiai_note/assets/play_store_512.png" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="docs/ruzhiai_note/README_cn.md">如知AI笔记</a> </td> + <td>如知AI笔记是一款智能化的AI知识管理工具,致力于为用户提供一站式的知识管理和应用服务,包括AI搜索探索、AI结果转笔记、笔记管理与整理、知识演示与分享等。集成了DeepSeek深度思考模型,提供更稳定、更高质量的输出。</td> </tr> <tr> <td> <img src="https://athenalab.ai/assets/favicon/favicon.svg" alt="Icon" width="64" height="auto" /> </td> diff --git a/README_ja.md b/README_ja.md index 180bdcb..456accd 100644 --- a/README_ja.md +++ b/README_ja.md @@ -164,6 +164,13 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取 <td> 会話型Q&Aエージェントの構成システム、自ホスト型デプロイメントソリューション、および便利なオールインワンアプリケーションSDKを提供し、GitHubリポジトリのためのインテリジェントQ&Aボットをワンクリックで作成し、さまざまな公式ウェブサイトやプロジェクトに迅速に統合し、コミュニティのためのより効率的な技術サポートエコシステムを提供します。</td> </tr> <tr> + <td> <img src="https://raw.githubusercontent.com/labring/FastGPT/refs/heads/main/.github/imgs/logo.svg" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://fastgpt.cn/ja">FastGPT</a> </td> + <td> + FastGPT は大規模言語モデル(LLM)を基盤としたオープンソースAIナレッジベース構築プラットフォームで、DeepSeekやOpenAIなど様々なモデルをサポートしています。データ処理、モデル呼び出し、RAG検索、ビジュアルAIワークフロー設計などの導入即使用可能な機能を提供し、複雑なAIアプリケーションの構築を容易に実現します。 + </td> + </tr> + <tr> <td> <img src="https://cdn.link-ai.tech/doc/CoW%20logo.png" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://github.com/zhayujie/chatgpt-on-wechat">Chatgpt-on-Wechat</a> </td> <td> ChatGPT-on-WeChat (CoW) プロジェクトは、DeepSeek、OpenAI、Claude、Qwen など複数の LLM を、WeChat 公式アカウント、企業微信、飛書、DingTalk、ウェブサイトなどの一般的なプラットフォームやオフィスソフトにシームレスに統合できる柔軟なチャットボットフレームワークです。また、豊富なカスタムプラグインもサポートしています。 </td> From 190d765bc2bc92d70cab6828fa08fccee39fff72 Mon Sep 17 00:00:00 2001 From: Feiliu <40708416+FeiLiu36@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:31:06 +0800 Subject: [PATCH 4/8] Add LLM4AD (#215) * Update README.md * Update README_cn.md * Update README_ja.md * Update README_cn.md * Update README.md * Update README_cn.md * Update README_ja.md * Update README.md --- README.md | 5 +++++ README_cn.md | 5 +++++ README_ja.md | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 0c4cb32..c5b3153 100644 --- a/README.md +++ b/README.md @@ -658,6 +658,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <td> <a href="https://github.com/suqicloud/wp-ai-chat"> WordPress ai助手 </a> </td> <td> Docking Deepseek api for WordPress site ai conversation assistant, post generation, post summary plugin. </td> </tr> + <tr> + <td> <img src="https://github.com/Optima-CityU/llm4ad/blob/main/assets/figs/logo_short.png" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> </td> + <td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> is a unified open-source Python-based Platform using Large Language Models (LLMs) for Automatic Algorithm Design (AD).</td> + </tr> </table> ### Star History diff --git a/README_cn.md b/README_cn.md index de81a03..e904b08 100644 --- a/README_cn.md +++ b/README_cn.md @@ -463,4 +463,9 @@ <td> <a href="https://github.com/suqicloud/wp-ai-chat"> WordPress ai助手 </a> </td> <td> 对接DeepSeek API用于WordPress站点的AI对话助手、AI文章生成、AI文章总结插件。 </td> </tr> + <tr> + <td> <img src="https://github.com/Optima-CityU/llm4ad/blob/main/assets/figs/logo_short.png" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> </td> + <td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> 是一个开源、简洁、模块化的基于大模型的自动算法设计平台,使用DeepSeek API进行算法设计。</td> + </tr> </table> diff --git a/README_ja.md b/README_ja.md index 456accd..6519333 100644 --- a/README_ja.md +++ b/README_ja.md @@ -455,4 +455,9 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取 <td> <a href="docs/promptfoo/README.md"> promptfoo </a> </td> <td> LLMプロンプトをテストおよび評価し、DeepSeekモデルを含む。さまざまなLLMプロバイダーを比較し、回帰をキャッチし、応答を評価します。 </td> </tr> + <tr> + <td> <img src="https://github.com/Optima-CityU/llm4ad/blob/main/assets/figs/logo_short.png" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> </td> + <td> <a href="https://github.com/Optima-CityU/llm4ad">LLM4AD</a> は、大規模言語モデル(LLM)を活用した自動アルゴリズム設計のための統一されたオープンソースのPythonベースのプラットフォームです。</td> + </tr> </table> From bc4aaf7c9cb589fe40e272abe1e3a6dae28fea10 Mon Sep 17 00:00:00 2001 From: Chenyang Shen <34506289+Aaron3S@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:31:42 +0800 Subject: [PATCH 5/8] pref: Optimize table avatar column width (#290) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b3153..51ea627 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <table> <tr> - <td> <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/mascot_smol.png" alt="Icon" width="64" height="auto" /> </td> + <td width=80> <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/mascot_smol.png" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://github.com/huggingface/smolagents/tree/main"> smolagents </a> </td> <td> The simplest way to build great agents. Agents write python code to call tools and orchestrate other agents. Priority support for open models like DeepSeek-R1! </td> </tr> From 5232c2982fa8be7d107546f29a7c46f0b0637e3c Mon Sep 17 00:00:00 2001 From: Andy Cloke <apcloke@gmail.com> Date: Thu, 20 Feb 2025 13:31:54 +0000 Subject: [PATCH 6/8] Add Cliprun (#287) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 51ea627..8b8a667 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <td> <a href="https://github.com/baotlake/anything-copilot"> Anything Copilot </a> </td> <td> Anything Copilot is a browser extension that enables seamless access to mainstream AI tools directly from your sidebar. </td> </tr> + <tr> + <td> <img src="https://cliprun.com/apple-touch-icon.png" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://cliprun.com/"> Cliprun </a> </td> + <td> Python code runner & playground. Right-click Python code on DeepSeek to run it instantly in your browser. </td> + </tr> </table> ### VS Code Extensions From 7d627010483f19bcef4824bc2e2e143f7bd277de Mon Sep 17 00:00:00 2001 From: Bryan <bugatti_it@163.com> Date: Fri, 21 Feb 2025 11:59:13 +0800 Subject: [PATCH 7/8] perf: Update README.md Icon size (#294) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b8a667..bff2c4c 100644 --- a/README.md +++ b/README.md @@ -307,17 +307,17 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <table> <tr> - <td> <img src="https://github.com/deepseek-ai/awesome-deepseek-integration/assets/33142505/77093e84-9f7c-4716-9168-bac962fa1372" alt="Icon" width="64" height="auto" /> </td> + <td width="80"> <img src="https://github.com/deepseek-ai/awesome-deepseek-integration/assets/33142505/77093e84-9f7c-4716-9168-bac962fa1372" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/ragflow/README.md"> RAGFlow </a> </td> <td> An open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted data. </td> </tr> <tr> - <td> <img src="https://raw.githubusercontent.com/pingcap/tidb.ai/main/frontend/app/public/nextra/icon-dark.svg" alt="Icon" width="64" height="auto" /> </td> + <td width="80"> <img src="https://raw.githubusercontent.com/pingcap/tidb.ai/main/frontend/app/public/nextra/icon-dark.svg" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/autoflow/README.md"> Autoflow </a> </td> <td> <a href="https://github.com/pingcap/autoflow">AutoFlow</a> is an open-source knowledge base tool based on GraphRAG (Graph-based Retrieval-Augmented Generation), built on <a href="https://www.pingcap.com/ai?utm_source=tidb.ai&utm_medium=community">TiDB</a> Vector, LlamaIndex, and DSPy. It provides a Perplexity-like search interface and allows easy integration of AutoFlow's conversational search window into your website by embedding a simple JavaScript snippet. </td> </tr> <tr> - <td> <img src="https://assets.zilliz.com/Zilliz_Logo_Mark_White_20230223_041013_86057436cc.png" alt="Icon" width="64" height="auto" /> </td> + <td width="80"> <img src="https://assets.zilliz.com/Zilliz_Logo_Mark_White_20230223_041013_86057436cc.png" alt="Icon" width="64" height="auto" /> </td> <td> <a href="https://github.com/zilliztech/deep-searcher"> DeepSearcher </a> </td> <td> DeepSearcher combines powerful LLMs (DeepSeek, OpenAI, etc.) and Vector Databases (Milvus, etc.) to perform search, evaluation, and reasoning based on private data, providing highly accurate answer and comprehensive report. </td> </tr> From 81d748df2ad55ce472bde8549f543b6c5ce40bde Mon Sep 17 00:00:00 2001 From: "shalk(xiao kun)" <xshalk@outlook.com> Date: Fri, 21 Feb 2025 13:11:33 +0800 Subject: [PATCH 8/8] add tigergpt (#295) --- README.md | 5 +++++ README_cn.md | 5 +++++ README_ja.md | 5 +++++ docs/TigerGPT/assets/logo.png | Bin 0 -> 2566 bytes 4 files changed, 15 insertions(+) create mode 100644 docs/TigerGPT/assets/logo.png diff --git a/README.md b/README.md index bff2c4c..769a6c0 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <td> <a href="https://github.com/1Panel-dev/MaxKB">MaxKB</a> </td> <td> <a href="https://maxkb.cn/">MaxKB</a> is a ready-to-use, flexible RAG Chatbot. </td> </tr> + <tr> + <td> <img src="./docs/TigerGPT/assets/logo.png" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://ttm.financial/gpt">TigerGPT</a> </td> + <td>TigerGPT is the first financial AI investment assistant of its kind based on OpenAI, developed by Tiger Group. TigerGPT aims to provide intelligent investment decision-making support for investors. On February 18, 2025, TigerGPT officially integrated the DeepSeek-R1 model to provide users with online Q&A services that support deep reasoning. </td> + </tr> </table> ### AI Agent frameworks diff --git a/README_cn.md b/README_cn.md index e904b08..89b5b56 100644 --- a/README_cn.md +++ b/README_cn.md @@ -193,6 +193,11 @@ <td> <a href="https://athenalab.ai/">Athena</a> </td> <td>世界上首个具有先进认知架构和类人推理能力的自主通用人工智能,旨在解决复杂的现实世界挑战。</td> </tr> + <tr> + <td> <img src="./docs/TigerGPT/assets/logo.png" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://www.laohu8.com/gpt">TigerGPT</a> </td> + <td>TigerGPT 是老虎集团开发的,业内首个基于 OpenAI 的金融 AI 投资助理。TigerGPT 旨在为投资者提供智能化的投资决策支持。2025年2月18日,TigerGPT 正式接入 DeepSeek-R1 模型,为用户提供支持深度推理的在线问答服务。 </td> + </tr> </table> diff --git a/README_ja.md b/README_ja.md index 6519333..35799ae 100644 --- a/README_ja.md +++ b/README_ja.md @@ -175,6 +175,11 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取 <td> <a href="https://github.com/zhayujie/chatgpt-on-wechat">Chatgpt-on-Wechat</a> </td> <td> ChatGPT-on-WeChat (CoW) プロジェクトは、DeepSeek、OpenAI、Claude、Qwen など複数の LLM を、WeChat 公式アカウント、企業微信、飛書、DingTalk、ウェブサイトなどの一般的なプラットフォームやオフィスソフトにシームレスに統合できる柔軟なチャットボットフレームワークです。また、豊富なカスタムプラグインもサポートしています。 </td> </tr> + <tr> + <td> <img src="./docs/TigerGPT/assets/logo.png" alt="Icon" width="64" height="auto" /> </td> + <td> <a href="https://ttm.financial/gpt">TigerGPT</a> </td> + <td>TigerGPT は、OpenAI に基づく最初の金融 AI 投資アシスタントで、虎のグループによって開発されています。TigerGPT は、投資家に対して、深い推理をサポートするオンライン Q&A サービスを提供することを目的としています。2025年2月18日、TigerGPT は DeepSeek-R1 モデルを正式に統合し、ユーザーにオンライン Q&A サービスを提供することで、深い推理をサポートします。 </td> + </tr> </table> ### AI エージェントフレームワーク diff --git a/docs/TigerGPT/assets/logo.png b/docs/TigerGPT/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5e1370c6ebf6c38591e206dd4a6f1aa8af7f13 GIT binary patch literal 2566 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 literal 0 HcmV?d00001