Skip to content

Commit

Permalink
add repositories (Updated on August 25, 2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Aug 24, 2024
1 parent 30f3ec4 commit 04e9b14
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 25 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
149 changes: 149 additions & 0 deletions awesome-ChatGPT-repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit 04e9b14

Please sign in to comment.