Skip to content

Commit

Permalink
Debug content
Browse files Browse the repository at this point in the history
  • Loading branch information
HeMuling committed Jun 9, 2024
1 parent ee3b746 commit 74473b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ A list of projects that can use various ai api (e.g. openai api, gemini api .etc
| [Chat2DB](https://github.com/chat2db/Chat2DB) | Data management, development, and analysis tools. It can convert natural language into SQL, translate SQL into natural language, and also generate reports. Supports Mysql, Postgresql, SQLServer, DB2, Oracle, Oceanbase, Clickhouse, Redis, H2, SQLite,Dameng. | open | Local+official | [OpenAI](https://platform.openai.com/playground), [Google Gemini](https://ai.google.dev/gemini-api), [Claude](https://www.anthropic.com/) | ![GitHub last commit](https://img.shields.io/github/last-commit/chat2db/Chat2DB?label=%20) |
| [lollms-webui](https://github.com/ParisNeo/lollms-webui) | The project aims to provide a user-friendly interface for accessing and utilizing various LLM and other artificial intelligence models to perform various tasks. | open | Local only | [OpenAI](https://platform.openai.com/playground) | ![GitHub last commit](https://img.shields.io/github/last-commit/ParisNeo/lollms-webui?label=%20) |
| [FastGPT](https://github.com/labring/FastGPT) | A knowledge base question-answering system based on the LLM large language model, providing out-of-the-box data processing and model calling capabilities. It can also achieve complex question-answering scenarios through visual workflow orchestration using Flow. | open | Both+official | All models, local models | ![GitHub last commit](https://img.shields.io/github/last-commit/labring/FastGPT?label=%20) |
| [DocsGPT](https://github.com/arc53/DocsGPT) | Simplified the process of finding information in project documents. By integrating powerful GPT models, developers can easily ask questions about the project and get accurate answers. | open | Both+official | [OpenAI](https://platform.openai.com/playground), [Claude](https://www.anthropic.com/), local models(特别训练的模型) | ![GitHub last commit](https://img.shields.io/github/last-commit/arc53/DocsGPT?label=%20) |
| [DocsGPT](https://github.com/arc53/DocsGPT) | Simplified the process of finding information in project documents. By integrating powerful GPT models, developers can easily ask questions about the project and get accurate answers. | open | Both+official | [OpenAI](https://platform.openai.com/playground), [Claude](https://www.anthropic.com/), local models(Specially fine-tuned model) | ![GitHub last commit](https://img.shields.io/github/last-commit/arc53/DocsGPT?label=%20) |
| [pdfGPT](https://github.com/bhaskatripathi/pdfGPT) | Use LLM to read PDF files. | open | Local only | [OpenAI](https://platform.openai.com/playground) | ![GitHub last commit](https://img.shields.io/github/last-commit/bhaskatripathi/pdfGPT?label=%20) |

### Task
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
| [MetaGPT](https://github.com/geekan/MetaGPT) | 内部包括产品经理 / 架构师 / 项目经理 / 工程师,通过模拟软件公司执行任务。 | open | CLI, pip package | Local | 全能, 本地模型 | ![GitHub last commit](https://img.shields.io/github/last-commit/geekan/MetaGPT?label=%20) |
| [dify](https://github.com/langgenius/dify) | LLM 应用开发平台。提供拖放界面的可视化编程、 AI 工作流、RAG 管道、Agent、模型管理、可观测性功能等 | open | Web ui | Both, offical | 全能, 本地模型 | ![GitHub last commit](https://img.shields.io/github/last-commit/langgenius/dify?label=%20) |
| [DB-GPT](https://github.com/eosphoros-ai/DB-GPT) | 围绕数据库构建LLM应用的开发框架。支持多模型管理(SMMF)、Text2SQL效果优化、RAG框架以及优化、Multi-Agents框架协作、AWEL(智能体工作流编排)等多种技术能力 | open | Web ui | Both | 全能, 本地模型 | ![GitHub last commit](https://img.shields.io/github/last-commit/eosphoros-ai/DB-GPT?label=%20) |
| [TaskingAI](https://github.com/TaskingAI/TaskingAI) | 基于LLM的代理开发和部署 的BaaS平台。提供直观的用户界面来管理LLM应用程序功能模块,包括工具、RAG系统、助手、对话历史等 | open | Web ui | Local | 全能, 本地 | ![GitHub last commit](https://img.shields.io/github/last-commit/TaskingAI/TaskingAI?label=%20) |
| [TaskingAI](https://github.com/TaskingAI/TaskingAI) | 基于LLM的代理开发和部署 的BaaS平台。提供直观的用户界面来管理LLM应用程序功能模块,包括工具、RAG系统、助手、对话历史等 | open | Web ui | Local | 全能, 本地模型 | ![GitHub last commit](https://img.shields.io/github/last-commit/TaskingAI/TaskingAI?label=%20) |

### File

Expand All @@ -78,7 +78,7 @@
| [Chat2DB](https://github.com/chat2db/Chat2DB) | 数据管理、开发和分析工具。可以将自然语言转换为 SQL,将 SQL 转换为自然语言,还可以自动生成报告。支持Mysql、Postgresql、SQLServer、DB2、Oracle、SQLServer、Oceanbase、Clickhouse、Redis、H2、SQLite、Dameng | open | Local+official | [OpenAI](https://platform.openai.com/playground), [Google Gemini](https://ai.google.dev/gemini-api), [Claude](https://www.anthropic.com/) | ![GitHub last commit](https://img.shields.io/github/last-commit/chat2db/Chat2DB?label=%20) |
| [lollms-webui](https://github.com/ParisNeo/lollms-webui) | 该项目旨在提供一个用户友好的界面,以便访问和利用各种LLM和其他人工智能模型来执行各种任务。 | open | Local only | [OpenAI](https://platform.openai.com/playground) | ![GitHub last commit](https://img.shields.io/github/last-commit/ParisNeo/lollms-webui?label=%20) |
| [FastGPT](https://github.com/labring/FastGPT) | 基于 LLM 大语言模型的知识库问答系统,提供开箱即用的数据处理、模型调用等能力。同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的问答场景 | open | Both+official | 全能, 本地模型 | ![GitHub last commit](https://img.shields.io/github/last-commit/labring/FastGPT?label=%20) |
| [DocsGPT](https://github.com/arc53/DocsGPT) | 简化了在项目文档中查找信息的过程。通过集成强大的 GPT 模型,开发人员可以轻松提出关于项目的问题并获得准确的答案 | open | Both+official | [OpenAI](https://platform.openai.com/playground), [Claude](https://www.anthropic.com/), 本地模型(特别训练的模型) | ![GitHub last commit](https://img.shields.io/github/last-commit/arc53/DocsGPT?label=%20) |
| [DocsGPT](https://github.com/arc53/DocsGPT) | 简化了在项目文档中查找信息的过程。通过集成强大的 GPT 模型,开发人员可以轻松提出关于项目的问题并获得准确的答案 | open | Both+official | [OpenAI](https://platform.openai.com/playground), [Claude](https://www.anthropic.com/), 本地模型(特别微调的模型) | ![GitHub last commit](https://img.shields.io/github/last-commit/arc53/DocsGPT?label=%20) |
| [pdfGPT](https://github.com/bhaskatripathi/pdfGPT) | 利用LLM阅读pdf | open | Local only | [OpenAI](https://platform.openai.com/playground) | ![GitHub last commit](https://img.shields.io/github/last-commit/bhaskatripathi/pdfGPT?label=%20) |

### Task
Expand Down

0 comments on commit 74473b5

Please sign in to comment.