Skip to content

Commit

Permalink
add gpt-migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
yzfly committed Jul 4, 2023
1 parent 502eb2a commit ba27081
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/ChatGPT_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ https://github.com/whoiskatrin/chart-gpt
|---|---|---|---|
|[gpt-engineer](https://github.com/AntonOsika/gpt-engineer)|![GitHub Repo stars](https://badgen.net/github/stars/AntonOsika/gpt-engineer)|Specify what you want it to build, the AI asks for clarification, and then builds it.|用 GPT 编写整个项目代码!|
|[gpt4free](https://github.com/xtekky/gpt4free)|![GitHub Repo stars](https://badgen.net/github/stars/xtekky/gpt4free)|提供 GPT-4/3.5 的来自各种网站的逆向 API,来自 ChatGPT、poe.com 等各种网站,可以像Openai的官方软件包一样使用。|免费的编程接口!还有 GPT-4 !不错!|
|[0xpayne/gpt-migrate](https://github.com/0xpayne/gpt-migrate)|![GitHub Repo stars](https://badgen.net/github/stars/0xpayne/gpt-migrate)|Easily migrate your codebase from one framework or language to another.|轻松地将代码库从一个框架或语言迁移到另一个框架或语言。|
|[chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|![GitHub Repo stars](https://badgen.net/github/stars/zhayujie/chatgpt-on-wechat)|使用ChatGPT搭建微信聊天机器人|-|
|[AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners)|![GitHub Repo stars](https://badgen.net/github/stars/microsoft/AI-For-Beginners)|12 Weeks, 24 Lessons, AI for All!|微软为新人推出的 AI 学习课程|
|[ChatBot-UI](https://github.com/mckaywrigley/chatbot-ui)|![GitHub Repo stars](https://badgen.net/github/stars/mckaywrigley/chatbot-ui)|搭建属于自己的 ChatGPT 网站|需要使用 API KEY|
Expand Down
1 change: 1 addition & 0 deletions docs/LLMs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ OpenAI 的 ChatGPT 大型语言模型(LLM)并未开源,这部分收录一
|[Luotuo](https://github.com/LC1332/Luotuo-Chinese-LLM) | ![GitHub Repo stars](https://badgen.net/github/stars/LC1332/Luotuo-Chinese-LLM) | An Instruction-following Chinese Language model, LoRA tuning on LLaMA| 骆驼,中文大语言模型开源项目,包含了一系列语言模型。|
|[minGPT](https://github.com/karpathy/minGPT) |![GitHub Repo stars](https://badgen.net/github/stars/karpathy/minGPT)|A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training。|karpathy大神发布的一个 OpenAI GPT(生成预训练转换器)训练的最小 PyTorch 实现,代码十分简洁明了,适合用于动手学习 GPT 模型。|
|[ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B) |![GitHub Repo stars](https://badgen.net/github/stars/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model |ChatGLM-6B 是一个开源的、支持中英双语的对话语言模型,基于 General Language Model (GLM) 架构,具有 62 亿参数。结合模型量化技术,用户可以在消费级的显卡上进行本地部署(INT4 量化级别下最低只需 6GB 显存)。 ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进行了优化。经过约 1T 标识符的中英双语训练,辅以监督微调、反馈自助、人类反馈强化学习等技术的加持,62 亿参数的 ChatGLM-6B 已经能生成相当符合人类偏好的回答。|
|[li-plus/chatglm.cpp](https://github.com/li-plus/chatglm.cpp)|![GitHub Repo stars](https://badgen.net/github/stars/li-plus/chatglm.cpp)|C++ implementation of ChatGLM-6B & ChatGLM2-6B|ChatGLM-6B & ChatGLM2-6B 模型的 C++ 高效实现|
|[Open-Assistant](https://github.com/LAION-AI/Open-Assistant)|![GitHub Repo stars](https://badgen.net/github/stars/LAION-AI/Open-Assistant)|-|知名 AI 机构 LAION-AI 开源的聊天助手,聊天能力很强,目前中文能力较差。|
|[llama.cpp](https://github.com/ggerganov/llama.cpp)|![GitHub Repo stars](https://badgen.net/github/stars/ggerganov/llama.cpp)|-|实现在MacBook上运行模型。|
|[EasyLM](https://github.com/young-geng/EasyLM#koala)|![GitHub Repo stars](https://badgen.net/github/stars/young-geng/EasyLM)|在羊驼基础上改进的新的聊天机器人考拉。|[介绍页](https://bair.berkeley.edu/blog/2023/04/03/koala/)|
Expand Down
29 changes: 29 additions & 0 deletions src/trending.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,32 @@
|[sourcegraph/sourcegraph](https://github.com/sourcegraph/sourcegraph)|![GitHub Repo stars](https://badgen.net/github/stars/sourcegraph/sourcegraph)|Code Intelligence Platform|-|
|[buqiyuan/vue3-antd-admin](https://github.com/buqiyuan/vue3-antd-admin)|![GitHub Repo stars](https://badgen.net/github/stars/buqiyuan/vue3-antd-admin)|基于vue-cli5.x/vite2.x + vue3.x + ant-design-vue3.x + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面|-|
*********2023-07-01*********
*********2023-07-05*********
|名称|Stars|简介|备注|
|---|---|---|---|
|[0xpayne/gpt-migrate](https://github.com/0xpayne/gpt-migrate)|![GitHub Repo stars](https://badgen.net/github/stars/0xpayne/gpt-migrate)|Easily migrate your codebase from one framework or language to another.|-|
|[imoneoi/openchat](https://github.com/imoneoi/openchat)|![GitHub Repo stars](https://badgen.net/github/stars/imoneoi/openchat)|OpenChat: Less is More for Open-source Models|-|
|[public-apis/public-apis](https://github.com/public-apis/public-apis)|![GitHub Repo stars](https://badgen.net/github/stars/public-apis/public-apis)|A collective list of free APIs|-|
|[geohot/tinygrad](https://github.com/geohot/tinygrad)|![GitHub Repo stars](https://badgen.net/github/stars/geohot/tinygrad)|You like pytorch? You like micrograd? You love tinygrad! ❤️|-|
|[StrongPC123/Far-Cry-1-Source-Full](https://github.com/StrongPC123/Far-Cry-1-Source-Full)|![GitHub Repo stars](https://badgen.net/github/stars/StrongPC123/Far-Cry-1-Source-Full)|Far Cry 1 Full Source (Developed by CryTek). For NON COMMERCIAL Purposes only. Leaked.|-|
|[ossu/computer-science](https://github.com/ossu/computer-science)|![GitHub Repo stars](https://badgen.net/github/stars/ossu/computer-science)|🎓 Path to a free self-taught education in Computer Science!|-|
|[li-plus/chatglm.cpp](https://github.com/li-plus/chatglm.cpp)|![GitHub Repo stars](https://badgen.net/github/stars/li-plus/chatglm.cpp)|C++ implementation of ChatGLM-6B & ChatGLM2-6B|-|
|[paul-gauthier/aider](https://github.com/paul-gauthier/aider)|![GitHub Repo stars](https://badgen.net/github/stars/paul-gauthier/aider)|aider is GPT powered coding in your terminal|-|
|[The-Run-Philosophy-Organization/run](https://github.com/The-Run-Philosophy-Organization/run)|![GitHub Repo stars](https://badgen.net/github/stars/The-Run-Philosophy-Organization/run)|润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新中国人的核心宗教,核心信念。|-|
|[linyiLYi/snake-ai](https://github.com/linyiLYi/snake-ai)|![GitHub Repo stars](https://badgen.net/github/stars/linyiLYi/snake-ai)|An AI agent that beats the classic game "Snake".|-|
|[bluesky-social/social-app](https://github.com/bluesky-social/social-app)|![GitHub Repo stars](https://badgen.net/github/stars/bluesky-social/social-app)|The Bluesky Social application for Web, iOS, and Android|-|
|[toeverything/AFFiNE](https://github.com/toeverything/AFFiNE)|![GitHub Repo stars](https://badgen.net/github/stars/toeverything/AFFiNE)|There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.|-|
|[logspace-ai/langflow](https://github.com/logspace-ai/langflow)|![GitHub Repo stars](https://badgen.net/github/stars/logspace-ai/langflow)|⛓️ LangFlow is a UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows.|-|
|[w-okada/voice-changer](https://github.com/w-okada/voice-changer)|![GitHub Repo stars](https://badgen.net/github/stars/w-okada/voice-changer)|リアルタイムボイスチェンジャー Realtime Voice Changer|-|
|[ixahmedxi/noodle](https://github.com/ixahmedxi/noodle)|![GitHub Repo stars](https://badgen.net/github/stars/ixahmedxi/noodle)|Open Source Education Platform|-|
|[dimdenGD/OldTwitter](https://github.com/dimdenGD/OldTwitter)|![GitHub Repo stars](https://badgen.net/github/stars/dimdenGD/OldTwitter)|Extension to return old Twitter layout from 2015.|-|
|[donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)|![GitHub Repo stars](https://badgen.net/github/stars/donnemartin/system-design-primer)|Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.|-|
|[EthanArbuckle/Apollo-CustomApiCredentials](https://github.com/EthanArbuckle/Apollo-CustomApiCredentials)|![GitHub Repo stars](https://badgen.net/github/stars/EthanArbuckle/Apollo-CustomApiCredentials)|Tweak to use your own reddit API credentials in Apollo|-|
|[questdb/questdb](https://github.com/questdb/questdb)|![GitHub Repo stars](https://badgen.net/github/stars/questdb/questdb)|An open source time-series database for fast ingest and SQL queries|-|
|[loft-sh/devpod](https://github.com/loft-sh/devpod)|![GitHub Repo stars](https://badgen.net/github/stars/loft-sh/devpod)|Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.|-|
|[microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners)|![GitHub Repo stars](https://badgen.net/github/stars/microsoft/ML-For-Beginners)|12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all|-|
|[microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners)|![GitHub Repo stars](https://badgen.net/github/stars/microsoft/Data-Science-For-Beginners)|10 Weeks, 20 Lessons, Data Science for All!|-|
|[DataTalksClub/data-engineering-zoomcamp](https://github.com/DataTalksClub/data-engineering-zoomcamp)|![GitHub Repo stars](https://badgen.net/github/stars/DataTalksClub/data-engineering-zoomcamp)|Free Data Engineering course!|-|
|[Kong/kong](https://github.com/Kong/kong)|![GitHub Repo stars](https://badgen.net/github/stars/Kong/kong)|🦍 The Cloud-Native API Gateway|-|
|[unlearning-challenge/starting-kit](https://github.com/unlearning-challenge/starting-kit)|![GitHub Repo stars](https://badgen.net/github/stars/unlearning-challenge/starting-kit)|Starting kit for the NeurIPS 2023 unlearning challenge|-|
*********2023-07-05*********

0 comments on commit ba27081

Please sign in to comment.