diff --git a/README.md b/README.md index 091d132..597fe0e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # awesome-ChatGPT-repositories [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/taishi-i/awesome-ChatGPT-repositories-search) +[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) A curated list of resources dedicated to open source GitHub repositories related to [ChatGPT](https://openai.com/blog/chatgpt). @@ -15,15 +15,24 @@ Your contributions are always welcome! Before contributing, please read [the gui ## The latest additions 🎉 +**Chatbots** + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - A Discord LLM chat bot that supports any OpenAI compatible API (OpenAI, Mistral, Groq, OpenRouter, ollama, oobabooga, Jan, LM Studio and more) + + +**Browser-extensions** + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ A Copilot Chat experience in Neovim, complete with inline assistant. Supports Anthropic, Gemini, Ollama and OpenAI LLMs + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk. + + **NLP** - * [factool](https://github.com/gair-nlp/factool) - FacTool: Factuality Detection in Generative AI + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - The Tree of Thoughts (ToT) framework for solving complex reasoning tasks using LLMs -**Others** - * [WiNGPT2](https://github.com/winninghealth/wingpt2) - WiNGPT是一个基于GPT的医疗垂直领域大模型,旨在将专业的医学知识、医疗信息、数据融会贯通,为医疗行业提供智能化的医疗问答、诊断支持和医学知识等信息服务,提高诊疗效率和医疗服务质量。 +**Langchain** + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences. -_Updated on August 21, 2024_ (A total of 1722 repositories listed.) +_Updated on August 25, 2024_ (A total of 1727 repositories listed.) ## Table of contents @@ -499,6 +508,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [psychic](https://github.com/finic-ai/psychic) - Data integration platform for LLMs. Connect to SaaS tools with turnkey auth and sync documents from N data sources with only one integration * [repopack](https://github.com/yamadashy/repopack) - 📦 Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, and Gemini. * [finic](https://github.com/finic-ai/finic) - Data integration platform for LLMs. Connect to SaaS tools with turnkey auth and sync documents from N data sources with only one integration + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - A Discord LLM chat bot that supports any OpenAI compatible API (OpenAI, Mistral, Groq, OpenRouter, ollama, oobabooga, Jan, LM Studio and more) ## Browser-extensions @@ -686,6 +696,8 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [chatgpt-advanced](https://github.com/interstellard/chatgpt-advanced) - WebChatGPT: A browser extension that augments your ChatGPT prompts with web results. * [linkedIn_auto_jobs_applier_with_AI](https://github.com/feder-cr/linkedin_auto_jobs_applier_with_ai) - LinkedIn_AIHawk is a tool that automates the jobs application process on LinkedIn. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way. * [Plugin-VoiceGPT](https://github.com/wstxda/plugin-voicegpt) - Use ChatGPT instead of Google Assistant + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ A Copilot Chat experience in Neovim, complete with inline assistant. Supports Anthropic, Gemini, Ollama and OpenAI LLMs + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk. ## CLIs @@ -1122,6 +1134,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [gtt](https://github.com/eeexun/gtt) - Google Translate TUI (Originally). Now support Apertium, Argos, Bing, ChatGPT, DeepL, DeepLX, Google, Reverso. * [AlignBench](https://github.com/thudm/alignbench) - 大模型多维度中文对齐评测基准 (ACL 2024) * [factool](https://github.com/gair-nlp/factool) - FacTool: Factuality Detection in Generative AI + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - The Tree of Thoughts (ToT) framework for solving complex reasoning tasks using LLMs ## Langchain @@ -1226,6 +1239,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [obsidian-local-gpt](https://github.com/pfrankov/obsidian-local-gpt) - Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access * [LangChain-Chinese-Getting-Started-Guide](https://github.com/liaokongvfx/langchain-chinese-getting-started-guide) - LangChain 的中文入门教程 * [QiZhenGPT](https://github.com/cmkrg/qizhengpt) - QiZhenGPT: An Open Source Chinese Medical Large Language Model|一个开源的中文医疗大语言模型 + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences. ## Unity diff --git a/awesome-ChatGPT-repositories.json b/awesome-ChatGPT-repositories.json index 4fb7c9c..aec967a 100644 --- a/awesome-ChatGPT-repositories.json +++ b/awesome-ChatGPT-repositories.json @@ -10702,6 +10702,41 @@ "zh-hans": "为LLMs提供的数据集成平台。使用一键式授权连接到SaaS工具,并从N个数据源同步文档,只需进行一次集成。", "zh-hant": "為LLMs設計的數據集成平台。通過即插即用的身份驗證連接到SaaS工具,並從N個數據源同步文檔,只需一次集成。" } + }, + "https://github.com/jakobdylanc/llmcord.py": { + "repository_name": "llmcord.py", + "user_name": "jakobdylanc", + "language": "Python", + "license": "MIT License", + "description": "A Discord LLM chat bot that supports any OpenAI compatible API (OpenAI, Mistral, Groq, OpenRouter, ollama, oobabooga, Jan, LM Studio and more)", + "topics": [ + "ai", + "bot", + "chatbot", + "chatgpt", + "discord", + "gpt", + "gpt-4", + "gpt-4o", + "groq", + "litellm", + "llama", + "llama3", + "llava", + "llm", + "llmcord", + "lmstudio", + "mistral", + "ollama", + "oobabooga", + "openai" + ], + "multilingual_descriptions": { + "en": "A Discord LLM chat bot that supports any OpenAI compatible API (OpenAI, Mistral, Groq, OpenRouter, ollama, oobabooga, Jan, LM Studio and more)", + "ja": "OpenAI互換API(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studioなど)をサポートするDiscord LLMチャットボット", + "zh-hans": "一个支持任何OpenAI兼容API的Discord LLM聊天机器人(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studio等)。", + "zh-hant": "一個支持任何OpenAI兼容API(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studio等)的Discord LLM聊天機器人。" + } } }, "Browser-extensions": { @@ -14785,6 +14820,71 @@ "zh-hans": "使用ChatGPT代替谷歌助手", "zh-hant": "使用ChatGPT代替Google助手" } + }, + "https://github.com/olimorris/codecompanion.nvim": { + "repository_name": "codecompanion.nvim", + "user_name": "olimorris", + "language": "Lua", + "license": "MIT License", + "description": "✨ A Copilot Chat experience in Neovim, complete with inline assistant. Supports Anthropic, Gemini, Ollama and OpenAI LLMs", + "topics": [ + "anthropic", + "chatgpt", + "claude", + "claude-3-5-sonnet", + "copilot", + "copilot-chat", + "gemini", + "google-gemini", + "gpt", + "gpt-4o", + "gpt4o", + "llm", + "neovim", + "nvim", + "nvim-plugin", + "ollama", + "openai", + "plugin" + ], + "multilingual_descriptions": { + "en": "✨ A Copilot Chat experience in Neovim, complete with inline assistant. Supports Anthropic, Gemini, Ollama and OpenAI LLMs", + "ja": "✨ NeovimでのCopilot Chat体験、インラインアシスタント付き。Anthropic、Gemini、Ollama、OpenAI LLMsをサポートします。", + "zh-hans": "✨ 在Neovim中的Copilot聊天体验,配有内联助手。支持Anthropic、Gemini、Ollama和OpenAI LLMs", + "zh-hant": "✨ 在Neovim中的Copilot Chat體驗,配有內置助手。支持Anthropic、Gemini、Ollama和OpenAI LLMs。" + } + }, + "https://github.com/mlt-oss/open-assistant-api": { + "repository_name": "open-assistant-api", + "user_name": "MLT-OSS", + "language": "Python", + "license": "MIT License", + "description": "The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk.", + "topics": [ + "agent", + "ai", + "assistants", + "assistants-api", + "chatgpt", + "gpt", + "gpt-4", + "gpts", + "langchain", + "llm", + "openai", + "openai-api", + "openai-assistants", + "openai-assistants-api", + "python", + "rag", + "self-hosted" + ], + "multilingual_descriptions": { + "en": "The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/lang", + "ja": "Open Assistant APIは、使用準備が整っており、オープンソースで自己ホスト型のエージェント/gptsオーケストレーション作成フレームワークであり、LLM、RAG、関数呼び出し、およびツールの機能にカスタマイズされた拡張をサポートしています。また、openai/langとのシームレスな統合もサポートしています。", + "zh-hans": "Open Assistant API是一个即插即用的开源自托管代理/ GPTS编排创建框架,支持LLM、RAG、函数调用和工具功能的定制扩展。它还支持与openai/lang的无缝集成。", + "zh-hant": "Open Assistant API 是一個即用即棄、開源、自主託管的代理/ gpts 編排創建框架,支持 LLM、RAG、函數調用和工具功能的定制擴展。它還支持與 openai/lang 的無縫集成。" + } } }, "CLIs": { @@ -23942,6 +24042,29 @@ "zh-hans": "FacTool:生成式AI中的事实性检测", "zh-hant": "FacTool:生成式AI中的事實性檢測" } + }, + "https://github.com/jieyilong/tree-of-thought-puzzle-solver": { + "repository_name": "tree-of-thought-puzzle-solver", + "user_name": "jieyilong", + "language": "Python", + "license": "MIT License", + "description": "The Tree of Thoughts (ToT) framework for solving complex reasoning tasks using LLMs", + "topics": [ + "artificial-intelligence", + "autogpt", + "chatgpt", + "chatgpt-api", + "llm", + "machine-learning", + "tree-of-thought", + "tree-of-thoughts" + ], + "multilingual_descriptions": { + "en": "The Tree of Thoughts (ToT) framework for solving complex reasoning tasks using LLMs", + "ja": "複雑な推論タスクを解決するための「思考の木(ToT)」フレームワークを使用したLLMs", + "zh-hans": "思维树(ToT)框架用于使用LLMs解决复杂推理任务", + "zh-hant": "思維樹(ToT)框架用於使用LLMs解決複雜推理任務" + } } }, "Langchain": { @@ -26295,6 +26418,32 @@ "zh-hans": "启真GPT:一个开源的中文医疗大语言模型", "zh-hant": "啟真GPT:一個開源的中文醫療大語言模型" } + }, + "https://github.com/azure-samples/azure-search-openai-javascript": { + "repository_name": "azure-search-openai-javascript", + "user_name": "Azure-Samples", + "language": "TypeScript", + "license": "MIT License", + "description": "A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences.", + "topics": [ + "ai-azd-templates", + "azd-templates", + "azure", + "azure-ai-search", + "azureopenai", + "javascript", + "langchain-js", + "langchain-typescript", + "openai", + "typechat", + "typescript" + ], + "multilingual_descriptions": { + "en": "A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences.", + "ja": "Azureで実行されるRetrieval Augmented GenerationパターンのTypeScriptサンプルアプリケーション。検索にはAzure AI Searchを使用し、ChatGPTスタイルやQ&A体験を可能にするためにAzure OpenAIとLangChainの大規模言語モデル(LLMs)を活用しています。", + "zh-hans": "一个在Azure上运行的检索增强生成模式的TypeScript示例应用程序,使用Azure AI Search进行检索,使用Azure OpenAI和LangChain大型语言模型(LLMs)来支持ChatGPT风格和问答体验。", + "zh-hant": "一個在Azure上運行的檢索增強生成模式的TypeScript示例應用程序,使用Azure AI Search進行檢索,並使用Azure OpenAI和LangChain大型語言模型(LLMs)來支持ChatGPT風格和問答體驗。" + } } }, "Unity": { diff --git a/docs/README.en.md b/docs/README.en.md index fb91728..c9655f1 100644 --- a/docs/README.en.md +++ b/docs/README.en.md @@ -1,8 +1,8 @@ # awesome-ChatGPT-repositories [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/taishi-i/awesome-ChatGPT-repositories-search) +[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) A curated list of resources dedicated to open source GitHub repositories related to [ChatGPT](https://openai.com/blog/chatgpt). @@ -15,15 +15,24 @@ Your contributions are always welcome! Before contributing, please read [the gui ## The latest additions 🎉 +**Chatbots** + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - A Discord LLM chat bot that supports any OpenAI compatible API (OpenAI, Mistral, Groq, OpenRouter, ollama, oobabooga, Jan, LM Studio and more) + + +**Browser-extensions** + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ A Copilot Chat experience in Neovim, complete with inline assistant. Supports Anthropic, Gemini, Ollama and OpenAI LLMs + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/lang + + **NLP** - * [factool](https://github.com/gair-nlp/factool) - FacTool: Factuality Detection in Generative AI + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - The Tree of Thoughts (ToT) framework for solving complex reasoning tasks using LLMs -**Others** - * [WiNGPT2](https://github.com/winninghealth/wingpt2) - WiNGPT is a large model in the medical vertical field based on GPT, aiming to integrate professional medical knowledge, medical information, and data to provide intelligent medical question and answer, diagnostic support, and medical knowledge services for the medical industry, improving diagnostic efficiency and the quality of medical services. +**Langchain** + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences. -_Updated on August 21, 2024_ (A total of 1722 repositories listed.) +_Updated on August 25, 2024_ (A total of 1727 repositories listed.) ## Table of contents @@ -499,6 +508,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [psychic](https://github.com/finic-ai/psychic) - Data integration platform for LLMs. Connect to SaaS tools with turnkey auth and sync documents from N data sources with only one integration * [repopack](https://github.com/yamadashy/repopack) - 📦 Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, and Gemini. * [finic](https://github.com/finic-ai/finic) - Data integration platform for LLMs. Connect to SaaS tools with turnkey auth and sync documents from N data sources with only one integration + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - A Discord LLM chat bot that supports any OpenAI compatible API (OpenAI, Mistral, Groq, OpenRouter, ollama, oobabooga, Jan, LM Studio and more) ## Browser-extensions @@ -686,6 +696,8 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [chatgpt-advanced](https://github.com/interstellard/chatgpt-advanced) - WebChatGPT: A browser extension that augments your ChatGPT prompts with web results. * [linkedIn_auto_jobs_applier_with_AI](https://github.com/feder-cr/linkedin_auto_jobs_applier_with_ai) - LinkedIn_AIHawk is a tool that automates the jobs application process on LinkedIn. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way. * [Plugin-VoiceGPT](https://github.com/wstxda/plugin-voicegpt) - Use ChatGPT instead of Google Assistant + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ A Copilot Chat experience in Neovim, complete with inline assistant. Supports Anthropic, Gemini, Ollama and OpenAI LLMs + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/lang ## CLIs @@ -1122,6 +1134,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [gtt](https://github.com/eeexun/gtt) - Google Translate TUI (Originally). Now support Apertium, Argos, Bing, ChatGPT, DeepL, DeepLX, Google, Reverso. * [AlignBench](https://github.com/thudm/alignbench) - Large-scale Multidimensional Chinese Alignment Evaluation Benchmark (ACL 2024) * [factool](https://github.com/gair-nlp/factool) - FacTool: Factuality Detection in Generative AI + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - The Tree of Thoughts (ToT) framework for solving complex reasoning tasks using LLMs ## Langchain @@ -1226,6 +1239,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [obsidian-local-gpt](https://github.com/pfrankov/obsidian-local-gpt) - Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access * [LangChain-Chinese-Getting-Started-Guide](https://github.com/liaokongvfx/langchain-chinese-getting-started-guide) - LangChain's Chinese beginner tutorial * [QiZhenGPT](https://github.com/cmkrg/qizhengpt) - QiZhenGPT: An Open Source Chinese Medical Large Language Model|一个开源的中文医疗大语言模型 + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences. ## Unity diff --git a/docs/README.ja.md b/docs/README.ja.md index a7d55d9..3c253f6 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -1,8 +1,8 @@ # awesome-ChatGPT-repositories [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/taishi-i/awesome-ChatGPT-repositories-search) +[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) [ChatGPT](https://openai.com/blog/chatgpt)に関連するオープンソースのGitHubリポジトリを厳選したリストです。 @@ -15,15 +15,24 @@ ## The latest additions 🎉 +**Chatbots** + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - OpenAI互換API(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studioなど)をサポートするDiscord LLMチャットボット + + +**Browser-extensions** + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ NeovimでのCopilot Chat体験、インラインアシスタント付き。Anthropic、Gemini、Ollama、OpenAI LLMsをサポートします。 + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - Open Assistant APIは、使用準備が整っており、オープンソースで自己ホスト型のエージェント/gptsオーケストレーション作成フレームワークであり、LLM、RAG、関数呼び出し、およびツールの機能にカスタマイズされた拡張をサポートしています。また、openai/langとのシームレスな統合もサポートしています。 + + **NLP** - * [factool](https://github.com/gair-nlp/factool) - FacTool: 生成AIにおける事実性検出 + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - 複雑な推論タスクを解決するための「思考の木(ToT)」フレームワークを使用したLLMs -**Others** - * [WiNGPT2](https://github.com/winninghealth/wingpt2) - WiNGPTは、GPTを基にした医療分野の大規模モデルであり、専門の医学知識、医療情報、データを統合し、医療業界に知識を提供するためのインテリジェントな医療質問、診断支援、医学知識などの情報サービスを提供し、診療効率と医療サービスの質を向上させることを目的としています。 +**Langchain** + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - Azureで実行されるRetrieval Augmented GenerationパターンのTypeScriptサンプルアプリケーション。検索にはAzure AI Searchを使用し、ChatGPTスタイルやQ&A体験を可能にするためにAzure OpenAIとLangChainの大規模言語モデル(LLMs)を活用しています。 -_Updated on August 21, 2024_ (A total of 1722 repositories listed.) +_Updated on August 25, 2024_ (A total of 1727 repositories listed.) ## Table of contents @@ -499,6 +508,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [psychic](https://github.com/finic-ai/psychic) - LLM向けのデータ統合プラットフォーム。ターンキー認証でSaaSツールに接続し、Nつのデータソースからドキュメントを同期するための唯一の統合を行います。 * [repopack](https://github.com/yamadashy/repopack) - 📦 Repopackは、あなたのリポジトリ全体を1つの、AIにとっても使いやすいファイルにパックする強力なツールです。大規模言語モデル(LLM)やClaude、ChatGPT、Geminiなどの他のAIツールにコードベースを提供する必要があるときに最適です。 * [finic](https://github.com/finic-ai/finic) - LLM向けのデータ統合プラットフォーム。ターンキー認証でSaaSツールに接続し、Nつのデータソースからドキュメントを同期するための唯一の統合を行います。 + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - OpenAI互換API(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studioなど)をサポートするDiscord LLMチャットボット ## Browser-extensions @@ -686,6 +696,8 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [chatgpt-advanced](https://github.com/interstellard/chatgpt-advanced) - WebChatGPT:ChatGPTのプロンプトをWebの結果で補完するブラウザ拡張機能。 * [linkedIn_auto_jobs_applier_with_AI](https://github.com/feder-cr/linkedin_auto_jobs_applier_with_ai) - LinkedIn_AIHawkは、LinkedIn上の求人応募プロセスを自動化するツールです。人工知能を活用して、ユーザーが複数の求人に自動化された個人的な方法で応募できるようにします。 * [Plugin-VoiceGPT](https://github.com/wstxda/plugin-voicegpt) - Googleアシスタントの代わりにChatGPTを使用してください。 + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ NeovimでのCopilot Chat体験、インラインアシスタント付き。Anthropic、Gemini、Ollama、OpenAI LLMsをサポートします。 + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - Open Assistant APIは、使用準備が整っており、オープンソースで自己ホスト型のエージェント/gptsオーケストレーション作成フレームワークであり、LLM、RAG、関数呼び出し、およびツールの機能にカスタマイズされた拡張をサポートしています。また、openai/langとのシームレスな統合もサポートしています。 ## CLIs @@ -1122,6 +1134,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [gtt](https://github.com/eeexun/gtt) - Google翻訳TUI(元々)。現在、Apertium、Argos、Bing、ChatGPT、DeepL、DeepLX、Google、Reversoをサポートしています。 * [AlignBench](https://github.com/thudm/alignbench) - 大規模な多次元の中国語アライメント評価基準(ACL 2024) * [factool](https://github.com/gair-nlp/factool) - FacTool: 生成AIにおける事実性検出 + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - 複雑な推論タスクを解決するための「思考の木(ToT)」フレームワークを使用したLLMs ## Langchain @@ -1226,6 +1239,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [obsidian-local-gpt](https://github.com/pfrankov/obsidian-local-gpt) - 最大限のプライバシーとオフラインアクセスのためのローカルオーラマとOpenAIのようなGPTの支援 * [LangChain-Chinese-Getting-Started-Guide](https://github.com/liaokongvfx/langchain-chinese-getting-started-guide) - LangChainの中国語入門ガイド * [QiZhenGPT](https://github.com/cmkrg/qizhengpt) - QiZhenGPT:オープンソースの中国医療大規模言語モデル|一个开源的中文医疗大语言模型 + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - Azureで実行されるRetrieval Augmented GenerationパターンのTypeScriptサンプルアプリケーション。検索にはAzure AI Searchを使用し、ChatGPTスタイルやQ&A体験を可能にするためにAzure OpenAIとLangChainの大規模言語モデル(LLMs)を活用しています。 ## Unity diff --git a/docs/README.zh-hans.md b/docs/README.zh-hans.md index 05667cd..765a10f 100644 --- a/docs/README.zh-hans.md +++ b/docs/README.zh-hans.md @@ -1,8 +1,8 @@ # awesome-ChatGPT-repositories [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/taishi-i/awesome-ChatGPT-repositories-search) +[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) 一个专门用于与[ChatGPT](https://openai.com/blog/chatgpt)相关的开源GitHub存储库的资源列表. @@ -15,15 +15,24 @@ ## The latest additions 🎉 +**Chatbots** + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - 一个支持任何OpenAI兼容API的Discord LLM聊天机器人(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studio等)。 + + +**Browser-extensions** + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ 在Neovim中的Copilot聊天体验,配有内联助手。支持Anthropic、Gemini、Ollama和OpenAI LLMs + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - Open Assistant API是一个即插即用的开源自托管代理/ GPTS编排创建框架,支持LLM、RAG、函数调用和工具功能的定制扩展。它还支持与openai/lang的无缝集成。 + + **NLP** - * [factool](https://github.com/gair-nlp/factool) - FacTool:生成式AI中的事实性检测 + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - 思维树(ToT)框架用于使用LLMs解决复杂推理任务 -**Others** - * [WiNGPT2](https://github.com/winninghealth/wingpt2) - WiNGPT是一个基于GPT的医疗垂直领域大模型,旨在将专业的医学知识、医疗信息、数据融会贯通,为医疗行业提供智能化的医疗问答、诊断支持和医学知识等信息服务,提高诊疗效率和医疗服务质量。 +**Langchain** + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - 一个在Azure上运行的检索增强生成模式的TypeScript示例应用程序,使用Azure AI Search进行检索,使用Azure OpenAI和LangChain大型语言模型(LLMs)来支持ChatGPT风格和问答体验。 -_Updated on August 21, 2024_ (A total of 1722 repositories listed.) +_Updated on August 25, 2024_ (A total of 1727 repositories listed.) ## Table of contents @@ -499,6 +508,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [psychic](https://github.com/finic-ai/psychic) - 为LLMs设计的数据集成平台。使用一键式授权连接SaaS工具,并从N个数据源同步文档,只需一次集成。 * [repopack](https://github.com/yamadashy/repopack) - 📦 Repopack 是一个强大的工具,可以将您的整个代码库打包成一个单一的、友好于人工智能的文件。非常适合当您需要将您的代码库提供给大型语言模型(LLMs)或其他人工智能工具,如Claude、ChatGPT和Gemini时使用。 * [finic](https://github.com/finic-ai/finic) - 为LLMs提供的数据集成平台。使用一键式授权连接到SaaS工具,并从N个数据源同步文档,只需进行一次集成。 + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - 一个支持任何OpenAI兼容API的Discord LLM聊天机器人(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studio等)。 ## Browser-extensions @@ -686,6 +696,8 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [chatgpt-advanced](https://github.com/interstellard/chatgpt-advanced) - WebChatGPT:一款浏览器扩展,可以通过网络结果增强您的ChatGPT提示。 * [linkedIn_auto_jobs_applier_with_AI](https://github.com/feder-cr/linkedin_auto_jobs_applier_with_ai) - LinkedIn_AIHawk是一个工具,可以自动化LinkedIn上的求职申请流程。利用人工智能技术,它使用户能够以自动化和个性化的方式申请多个工作机会。 * [Plugin-VoiceGPT](https://github.com/wstxda/plugin-voicegpt) - 使用ChatGPT代替谷歌助手 + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ 在Neovim中的Copilot聊天体验,配有内联助手。支持Anthropic、Gemini、Ollama和OpenAI LLMs + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - Open Assistant API是一个即插即用的开源自托管代理/ GPTS编排创建框架,支持LLM、RAG、函数调用和工具功能的定制扩展。它还支持与openai/lang的无缝集成。 ## CLIs @@ -1122,6 +1134,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [gtt](https://github.com/eeexun/gtt) - Google翻译TUI(原始)。现在支持Apertium,Argos,Bing,ChatGPT,DeepL,DeepLX,Google,Reverso。 * [AlignBench](https://github.com/thudm/alignbench) - 大型多维度中文对齐评测基准 (ACL 2024) * [factool](https://github.com/gair-nlp/factool) - FacTool:生成式AI中的事实性检测 + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - 思维树(ToT)框架用于使用LLMs解决复杂推理任务 ## Langchain @@ -1226,6 +1239,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [obsidian-local-gpt](https://github.com/pfrankov/obsidian-local-gpt) - 本地 Ollama 和类似 OpenAI 的 GPT 的协助,以实现最大隐私和离线访问。 * [LangChain-Chinese-Getting-Started-Guide](https://github.com/liaokongvfx/langchain-chinese-getting-started-guide) - LangChain的中文入门教程 * [QiZhenGPT](https://github.com/cmkrg/qizhengpt) - 启真GPT:一个开源的中文医疗大语言模型 + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - 一个在Azure上运行的检索增强生成模式的TypeScript示例应用程序,使用Azure AI Search进行检索,使用Azure OpenAI和LangChain大型语言模型(LLMs)来支持ChatGPT风格和问答体验。 ## Unity diff --git a/docs/README.zh-hant.md b/docs/README.zh-hant.md index 7d0138f..d31ec57 100644 --- a/docs/README.zh-hant.md +++ b/docs/README.zh-hant.md @@ -1,8 +1,8 @@ # awesome-ChatGPT-repositories [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/taishi-i/awesome-ChatGPT-repositories-search) +[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) 關於 [ChatGPT](https://openai.com/blog/chatgpt) 的公開 GitHub 資料庫的資源. @@ -15,15 +15,24 @@ ## The latest additions 🎉 +**Chatbots** + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - 一個支持任何OpenAI兼容API(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studio等)的Discord LLM聊天機器人。 + + +**Browser-extensions** + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ 在Neovim中的Copilot Chat體驗,配有內置助手。支持Anthropic、Gemini、Ollama和OpenAI LLMs。 + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - Open Assistant API 是一個即用即棄、開源、自主託管的代理/ gpts 編排創建框架,支持 LLM、RAG、函數調用和工具功能的定制擴展。它還支持與 openai/lang 的無縫集成。 + + **NLP** - * [factool](https://github.com/gair-nlp/factool) - FacTool:生成式AI中的事實性檢測 + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - 思維樹(ToT)框架用於使用LLMs解決複雜推理任務 -**Others** - * [WiNGPT2](https://github.com/winninghealth/wingpt2) - WiNGPT是一個基於GPT的醫療垂直領域大模型,旨在將專業的醫學知識、醫療信息、數據融會貫通,為醫療行業提供智能化的醫療問答、診斷支持和醫學知識等信息服務,提高診療效率和醫療服務質量。 +**Langchain** + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - 一個在Azure上運行的檢索增強生成模式的TypeScript示例應用程序,使用Azure AI Search進行檢索,並使用Azure OpenAI和LangChain大型語言模型(LLMs)來支持ChatGPT風格和問答體驗。 -_Updated on August 21, 2024_ (A total of 1722 repositories listed.) +_Updated on August 25, 2024_ (A total of 1727 repositories listed.) ## Table of contents @@ -499,6 +508,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [psychic](https://github.com/finic-ai/psychic) - 為LLMs設計的數據集成平台。通過即插即用的身份驗證連接到SaaS工具,並從N個數據源同步文檔,只需一次集成。 * [repopack](https://github.com/yamadashy/repopack) - 📦 Repopack 是一個強大的工具,可以將您的整個存儲庫打包成一個單一的、適合人工智能的文件。當您需要將代碼庫提供給大型語言模型(LLMs)或其他人工智能工具,如Claude、ChatGPT和Gemini時,這是完美的選擇。 * [finic](https://github.com/finic-ai/finic) - 為LLMs設計的數據集成平台。通過即插即用的身份驗證連接到SaaS工具,並從N個數據源同步文檔,只需一次集成。 + * [llmcord.py](https://github.com/jakobdylanc/llmcord.py) - 一個支持任何OpenAI兼容API(OpenAI、Mistral、Groq、OpenRouter、ollama、oobabooga、Jan、LM Studio等)的Discord LLM聊天機器人。 ## Browser-extensions @@ -686,6 +696,8 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [chatgpt-advanced](https://github.com/interstellard/chatgpt-advanced) - WebChatGPT:一款瀏覽器擴展,可通過網絡搜索結果增強您的ChatGPT提示。 * [linkedIn_auto_jobs_applier_with_AI](https://github.com/feder-cr/linkedin_auto_jobs_applier_with_ai) - LinkedIn_AIHawk 是一個工具,可以自動化在 LinkedIn 上的工作申請流程。利用人工智能,它使用者可以以自動化和個性化的方式申請多個工作機會。 * [Plugin-VoiceGPT](https://github.com/wstxda/plugin-voicegpt) - 使用ChatGPT代替Google助手 + * [codecompanion.nvim](https://github.com/olimorris/codecompanion.nvim) - ✨ 在Neovim中的Copilot Chat體驗,配有內置助手。支持Anthropic、Gemini、Ollama和OpenAI LLMs。 + * [open-assistant-api](https://github.com/mlt-oss/open-assistant-api) - Open Assistant API 是一個即用即棄、開源、自主託管的代理/ gpts 編排創建框架,支持 LLM、RAG、函數調用和工具功能的定制擴展。它還支持與 openai/lang 的無縫集成。 ## CLIs @@ -1122,6 +1134,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [gtt](https://github.com/eeexun/gtt) - Google 翻譯 TUI(原始)。現在支持 Apertium、Argos、Bing、ChatGPT、DeepL、DeepLX、Google、Reverso。 * [AlignBench](https://github.com/thudm/alignbench) - 大型多維度中文對齊評測基準(ACL 2024) * [factool](https://github.com/gair-nlp/factool) - FacTool:生成式AI中的事實性檢測 + * [tree-of-thought-puzzle-solver](https://github.com/jieyilong/tree-of-thought-puzzle-solver) - 思維樹(ToT)框架用於使用LLMs解決複雜推理任務 ## Langchain @@ -1226,6 +1239,7 @@ _Updated on August 21, 2024_ (A total of 1722 repositories listed.) * [obsidian-local-gpt](https://github.com/pfrankov/obsidian-local-gpt) - 本地 Ollama 和類似 OpenAI 的 GPT 協助,以確保最大隱私和離線訪問。 * [LangChain-Chinese-Getting-Started-Guide](https://github.com/liaokongvfx/langchain-chinese-getting-started-guide) - LangChain 的中文入門教程 * [QiZhenGPT](https://github.com/cmkrg/qizhengpt) - 啟真GPT:一個開源的中文醫療大語言模型 + * [azure-search-openai-javascript](https://github.com/azure-samples/azure-search-openai-javascript) - 一個在Azure上運行的檢索增強生成模式的TypeScript示例應用程序,使用Azure AI Search進行檢索,並使用Azure OpenAI和LangChain大型語言模型(LLMs)來支持ChatGPT風格和問答體驗。 ## Unity