From 34791cadd3794952002c8ba523ce11418ce6da00 Mon Sep 17 00:00:00 2001 From: taishi-i Date: Thu, 30 Jan 2025 02:02:21 +0900 Subject: [PATCH] add repositories (Updated on January 30, 2025) --- README.md | 13 +++--- awesome-ChatGPT-repositories.json | 68 +++++++++++++++++++++++++++++++ docs/README.en.md | 13 +++--- docs/README.ja.md | 13 +++--- docs/README.zh-hans.md | 13 +++--- docs/README.zh-hant.md | 13 +++--- 6 files changed, 108 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 0e07a3d..66891a8 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ Your contributions are always welcome! Before contributing, please read [the gui ## The latest additions 🎉 -**Tutorials** - * [openai-quickstart-node](https://github.com/openai/openai-quickstart-node) - Node.js example app from the OpenAI API quickstart tutorial +**NLP** + * [CodeGen](https://github.com/salesforce/codegen) - CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex. **Openai** - * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PR-Agent (Qodo Merge open-source): An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍 - * [ChatChat](https://github.com/okisdev/chatchat) - Chat Chat, your own unified chat and search to AI platform, with a simple and easy to use interface. + * [mindforger](https://github.com/dvorka/mindforger) - Thinking notebook and Markdown editor. + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - This is a simple demonstration of more advanced, agentic patterns built on top of the Realtime API. -_Updated on January 27, 2025_ (A total of 1971 repositories listed.) +_Updated on January 30, 2025_ (A total of 1974 repositories listed.) ## Table of contents @@ -1289,6 +1289,7 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [Director](https://github.com/video-db/director) - AI video agents framework for next-gen video interactions and workflows. * [Bob](https://github.com/ripperhe/bob) - Bob 是一款 macOS 平台的翻译和 OCR 软件。 * [prism](https://github.com/echolabsdev/prism) - A unified interface for working with LLMs in Laravel + * [CodeGen](https://github.com/salesforce/codegen) - CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex. ## Langchain @@ -1656,6 +1657,8 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [ShortGPT](https://github.com/rayventura/shortgpt) - 🚀🎬 ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PR-Agent (Qodo Merge open-source): An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍 * [ChatChat](https://github.com/okisdev/chatchat) - Chat Chat, your own unified chat and search to AI platform, with a simple and easy to use interface. + * [mindforger](https://github.com/dvorka/mindforger) - Thinking notebook and Markdown editor. + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - This is a simple demonstration of more advanced, agentic patterns built on top of the Realtime API. ## Others diff --git a/awesome-ChatGPT-repositories.json b/awesome-ChatGPT-repositories.json index 83ea205..f994073 100644 --- a/awesome-ChatGPT-repositories.json +++ b/awesome-ChatGPT-repositories.json @@ -28350,6 +28350,27 @@ "zh-hans": "Laravel中用于处理LLMs的统一接口", "zh-hant": "在Laravel中使用LLM的統一界面" } + }, + "https://github.com/salesforce/codegen": { + "repository_name": "CodeGen", + "user_name": "salesforce", + "language": "Python", + "license": "Apache License 2.0", + "description": "CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.", + "topics": [ + "codex", + "generativemodel", + "languagemodel", + "llm", + "programsynthesis", + "tpu-acceleration" + ], + "multilingual_descriptions": { + "en": "CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.", + "ja": "CodeGenはプログラム合成のためのオープンソースモデルファミリーです。TPU-v4でトレーニングされています。OpenAI Codexと競合しています。", + "zh-hans": "CodeGen是一个用于程序合成的开源模型系列。在TPU-v4上进行训练。与OpenAI Codex具有竞争力。", + "zh-hant": "CodeGen 是一個用於程式合成的開源模型系列。在 TPU-v4 上進行訓練。與 OpenAI Codex 競爭。" + } } }, "Langchain": { @@ -36374,6 +36395,53 @@ "zh-hans": "Chat Chat,您自己的统一聊天和搜索AI平台,具有简单易用的界面。", "zh-hant": "聊天聊天,您自己的統一聊天和搜索AI平台,具有簡單易用的界面。" } + }, + "https://github.com/dvorka/mindforger": { + "repository_name": "mindforger", + "user_name": "dvorka", + "language": "C++", + "license": "GNU General Public License v2.0", + "description": "Thinking notebook and Markdown editor.", + "topics": [ + "debian", + "ide", + "knowledge", + "knowledge-management", + "linux", + "macos", + "markdown", + "markdown-editor", + "markdown-ide", + "notebook", + "openai", + "outliner", + "qt", + "research", + "study", + "tarball", + "ubuntu", + "windows" + ], + "multilingual_descriptions": { + "en": "Thinking notebook and Markdown editor.", + "ja": "考えるノートブックとMarkdownエディタ。", + "zh-hans": "思维笔记本和Markdown编辑器。", + "zh-hant": "思考筆記本和Markdown編輯器。" + } + }, + "https://github.com/openai/openai-realtime-agents": { + "repository_name": "openai-realtime-agents", + "user_name": "openai", + "language": "TypeScript", + "license": "MIT License", + "description": "This is a simple demonstration of more advanced, agentic patterns built on top of the Realtime API.", + "topics": [], + "multilingual_descriptions": { + "en": "This is a simple demonstration of more advanced, agentic patterns built on top of the Realtime API.", + "ja": "これは、リアルタイムAPIをベースに構築されたより高度なエージェントパターンのシンプルなデモンストレーションです。", + "zh-hans": "这是一个简单的演示,展示了在实时API之上构建的更高级的代理模式。", + "zh-hant": "這是建立在即時API之上的更高級、主動性模式的簡單演示。" + } } }, "Others": { diff --git a/docs/README.en.md b/docs/README.en.md index 39fb290..f3c45e8 100644 --- a/docs/README.en.md +++ b/docs/README.en.md @@ -15,16 +15,16 @@ Your contributions are always welcome! Before contributing, please read [the gui ## The latest additions 🎉 -**Tutorials** - * [openai-quickstart-node](https://github.com/openai/openai-quickstart-node) - Node.js example app from the OpenAI API quickstart tutorial +**NLP** + * [CodeGen](https://github.com/salesforce/codegen) - CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex. **Openai** - * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PR-Agent (Qodo Merge open-source): An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍 - * [ChatChat](https://github.com/okisdev/chatchat) - Chat Chat, your own unified chat and search to AI platform, with a simple and easy to use interface. + * [mindforger](https://github.com/dvorka/mindforger) - Thinking notebook and Markdown editor. + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - This is a simple demonstration of more advanced, agentic patterns built on top of the Realtime API. -_Updated on January 27, 2025_ (A total of 1971 repositories listed.) +_Updated on January 30, 2025_ (A total of 1974 repositories listed.) ## Table of contents @@ -1289,6 +1289,7 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [Director](https://github.com/video-db/director) - AI video agents framework for next-gen video interactions and workflows. * [Bob](https://github.com/ripperhe/bob) - Bob is a translation and OCR software for macOS platform. * [prism](https://github.com/echolabsdev/prism) - A unified interface for working with LLMs in Laravel + * [CodeGen](https://github.com/salesforce/codegen) - CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex. ## Langchain @@ -1656,6 +1657,8 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [ShortGPT](https://github.com/rayventura/shortgpt) - 🚀🎬 ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PR-Agent (Qodo Merge open-source): An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍 * [ChatChat](https://github.com/okisdev/chatchat) - Chat Chat, your own unified chat and search to AI platform, with a simple and easy to use interface. + * [mindforger](https://github.com/dvorka/mindforger) - Thinking notebook and Markdown editor. + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - This is a simple demonstration of more advanced, agentic patterns built on top of the Realtime API. ## Others diff --git a/docs/README.ja.md b/docs/README.ja.md index c366ece..38c6d5e 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -15,16 +15,16 @@ ## The latest additions 🎉 -**Tutorials** - * [openai-quickstart-node](https://github.com/openai/openai-quickstart-node) - OpenAI APIクイックスタートチュートリアルからのNode.jsのサンプルアプリ +**NLP** + * [CodeGen](https://github.com/salesforce/codegen) - CodeGenはプログラム合成のためのオープンソースモデルファミリーです。TPU-v4でトレーニングされています。OpenAI Codexと競合しています。 **Openai** - * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PRエージェント(Qodo Mergeオープンソース):自動プルリクエスト分析、フィードバック、提案などを行うAIパワード🤖ツール!💻🔍 - * [ChatChat](https://github.com/okisdev/chatchat) - Chat Chat、シンプルで使いやすいインターフェースを備えたAIプラットフォームに統合されたチャットと検索。Chat Chat、あなた自身の統合されたチャットと検索をAIプラットフォームで、シンプルで使いやすいインターフェースで提供します。 + * [mindforger](https://github.com/dvorka/mindforger) - 考えるノートブックとMarkdownエディタ。 + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - これは、リアルタイムAPIをベースに構築されたより高度なエージェントパターンのシンプルなデモンストレーションです。 -_Updated on January 27, 2025_ (A total of 1971 repositories listed.) +_Updated on January 30, 2025_ (A total of 1974 repositories listed.) ## Table of contents @@ -1289,6 +1289,7 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [Director](https://github.com/video-db/director) - 次世代のビデオインタラクションとワークフローのためのAIビデオエージェントフレームワーク。 * [Bob](https://github.com/ripperhe/bob) - Bobは、macOSプラットフォーム向けの翻訳およびOCRソフトウェアです。 * [prism](https://github.com/echolabsdev/prism) - LaravelでLLMを操作するための統一されたインターフェース + * [CodeGen](https://github.com/salesforce/codegen) - CodeGenはプログラム合成のためのオープンソースモデルファミリーです。TPU-v4でトレーニングされています。OpenAI Codexと競合しています。 ## Langchain @@ -1656,6 +1657,8 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [ShortGPT](https://github.com/rayventura/shortgpt) - 🚀🎬 ShortGPT - YouTubeショートやTikTokチャンネルの自動化のための実験的なAIフレームワーク * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PRエージェント(Qodo Mergeオープンソース):自動プルリクエスト分析、フィードバック、提案などを行うAIパワード🤖ツール!💻🔍 * [ChatChat](https://github.com/okisdev/chatchat) - Chat Chat、シンプルで使いやすいインターフェースを備えたAIプラットフォームに統合されたチャットと検索。Chat Chat、あなた自身の統合されたチャットと検索をAIプラットフォームで、シンプルで使いやすいインターフェースで提供します。 + * [mindforger](https://github.com/dvorka/mindforger) - 考えるノートブックとMarkdownエディタ。 + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - これは、リアルタイムAPIをベースに構築されたより高度なエージェントパターンのシンプルなデモンストレーションです。 ## Others diff --git a/docs/README.zh-hans.md b/docs/README.zh-hans.md index 913c8d6..bc20449 100644 --- a/docs/README.zh-hans.md +++ b/docs/README.zh-hans.md @@ -15,16 +15,16 @@ ## The latest additions 🎉 -**Tutorials** - * [openai-quickstart-node](https://github.com/openai/openai-quickstart-node) - Node.js示例应用程序来自OpenAI API快速入门教程 +**NLP** + * [CodeGen](https://github.com/salesforce/codegen) - CodeGen是一个用于程序合成的开源模型系列。在TPU-v4上进行训练。与OpenAI Codex具有竞争力。 **Openai** - * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PR代理(Qodo Merge开源):一款AI驱动的🤖自动拉取请求分析工具,提供反馈、建议等功能!💻🔍 - * [ChatChat](https://github.com/okisdev/chatchat) - Chat Chat,您自己的统一聊天和搜索AI平台,具有简单易用的界面。 + * [mindforger](https://github.com/dvorka/mindforger) - 思维笔记本和Markdown编辑器。 + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - 这是一个简单的演示,展示了在实时API之上构建的更高级的代理模式。 -_Updated on January 27, 2025_ (A total of 1971 repositories listed.) +_Updated on January 30, 2025_ (A total of 1974 repositories listed.) ## Table of contents @@ -1289,6 +1289,7 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [Director](https://github.com/video-db/director) - 下一代视频互动和工作流的AI视频代理框架。 * [Bob](https://github.com/ripperhe/bob) - Bob 是一款 macOS 平台的翻译和 OCR 软件。 * [prism](https://github.com/echolabsdev/prism) - Laravel中用于处理LLMs的统一接口 + * [CodeGen](https://github.com/salesforce/codegen) - CodeGen是一个用于程序合成的开源模型系列。在TPU-v4上进行训练。与OpenAI Codex具有竞争力。 ## Langchain @@ -1656,6 +1657,8 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [ShortGPT](https://github.com/rayventura/shortgpt) - 🚀🎬 ShortGPT - 用于YouTube短视频/ TikTok频道自动化的实验性人工智能框架 * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PR代理(Qodo Merge开源):一款AI驱动的🤖自动拉取请求分析工具,提供反馈、建议等功能!💻🔍 * [ChatChat](https://github.com/okisdev/chatchat) - Chat Chat,您自己的统一聊天和搜索AI平台,具有简单易用的界面。 + * [mindforger](https://github.com/dvorka/mindforger) - 思维笔记本和Markdown编辑器。 + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - 这是一个简单的演示,展示了在实时API之上构建的更高级的代理模式。 ## Others diff --git a/docs/README.zh-hant.md b/docs/README.zh-hant.md index 1f74479..c705396 100644 --- a/docs/README.zh-hant.md +++ b/docs/README.zh-hant.md @@ -15,16 +15,16 @@ ## The latest additions 🎉 -**Tutorials** - * [openai-quickstart-node](https://github.com/openai/openai-quickstart-node) - 從OpenAI API快速入門教程中的Node.js示例應用程式 +**NLP** + * [CodeGen](https://github.com/salesforce/codegen) - CodeGen 是一個用於程式合成的開源模型系列。在 TPU-v4 上進行訓練。與 OpenAI Codex 競爭。 **Openai** - * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PR代理(Qodo Merge開源):一個AI驅動的🤖工具,用於自動化拉取請求分析、反饋、建議等!💻🔍 - * [ChatChat](https://github.com/okisdev/chatchat) - 聊天聊天,您自己的統一聊天和搜索AI平台,具有簡單易用的界面。 + * [mindforger](https://github.com/dvorka/mindforger) - 思考筆記本和Markdown編輯器。 + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - 這是建立在即時API之上的更高級、主動性模式的簡單演示。 -_Updated on January 27, 2025_ (A total of 1971 repositories listed.) +_Updated on January 30, 2025_ (A total of 1974 repositories listed.) ## Table of contents @@ -1289,6 +1289,7 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [Director](https://github.com/video-db/director) - 下一代視頻互動和工作流程的AI視頻代理框架。 * [Bob](https://github.com/ripperhe/bob) - Bob 是一款 macOS 平台的翻譯和 OCR 軟件。 * [prism](https://github.com/echolabsdev/prism) - 在Laravel中使用LLM的統一界面 + * [CodeGen](https://github.com/salesforce/codegen) - CodeGen 是一個用於程式合成的開源模型系列。在 TPU-v4 上進行訓練。與 OpenAI Codex 競爭。 ## Langchain @@ -1656,6 +1657,8 @@ _Updated on January 27, 2025_ (A total of 1971 repositories listed.) * [ShortGPT](https://github.com/rayventura/shortgpt) - 🚀🎬 ShortGPT - 實驗性AI框架,用於YouTube短片/ TikTok頻道自動化 * [pr-agent](https://github.com/qodo-ai/pr-agent) - 🚀 PR代理(Qodo Merge開源):一個AI驅動的🤖工具,用於自動化拉取請求分析、反饋、建議等!💻🔍 * [ChatChat](https://github.com/okisdev/chatchat) - 聊天聊天,您自己的統一聊天和搜索AI平台,具有簡單易用的界面。 + * [mindforger](https://github.com/dvorka/mindforger) - 思考筆記本和Markdown編輯器。 + * [openai-realtime-agents](https://github.com/openai/openai-realtime-agents) - 這是建立在即時API之上的更高級、主動性模式的簡單演示。 ## Others