search
HomeTechnology peripheralsAITake stock of those ChatGPT open source projects that are working well

Take stock of those ChatGPT open source projects that are working well

ChatGPT is very popular recently, and the news about ChatGPT is overwhelming. There are also many projects related to ChatGPT on Github, and the number of stars is growing rapidly. Let’s take a look at those ChatGPT open source projects that are fun!

Take stock of those ChatGPT open source projects that are working well

Browser extension

ChatGPT for Google

ChatGPT for Google is a A browser extension that can display ChatGPT responses and Google search results, supporting Chrome/Edge/Firefox. The extension has the following features:

  • Supports all mainstream search engines
  • Supports OpenAI official API
  • Quickly use ChatGPT from the plug-in pop-up window
  • Support Markdown rendering
  • Support code highlighting
  • Support dark mode
  • Customizable ChatGPT trigger mode

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 10k): https://github.com/wong2/chat-gpt- google-extension.

ChatGPT Chrome Extension

A Chrome extension that adds ChatGPT to every text box on the web! Use it to compose tweets, edit emails, fix coding errors, or anything else you need, all without leaving the site you're on. Includes a plugin system for greater control over ChatGPT behavior and the ability to interact with third-party APIs.

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 2k): https://github.com/gragland/chatgpt-chrome-extension.

微信

WeChat Bot

A WeChat bot implemented based on OpenAi ChatGPT WeChaty, which can be used to help you automatically reply WeChat messages, or manage WeChat groups/friends, detect zombie friends, etc.

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 2.2k): https://github.com/wangrongding/wechat-bot.

wechat-chatgpt

Use ChatGPT on WeChat through wechaty, which supports practical OpenAI accounts, proxy login, and use with docker, etc. This tool is simple and easy to use. After installing the dependencies, you only need to fill in the OpenAI account password and scan the QR code on WeChat to use it. The features of this project are as follows:

  • Connect ChatGPT to WeChat through wechaty
  • Create an OpenAI account pool
  • Support logging in to OpenAI through an agent
  • Added the function of continuous dialogue
  • Join Dockerfile
  • Publish to Docker.hub
  • Deploy through Railway
  • Realize hot loading of OpenAI account pool
  • Automatically retry when the OpenAI return code is 429/503

Wechaty is an open source chat robot project that provides an SDK for developing chat robots to facilitate developers to quickly implement Chatbot. Through Wechat, you can obtain WeChat chat content, contacts, groups, friend relationships and other information, and you can also create groups, send messages and other functions.

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 7.9k): https://github.com/fuergaosi233/wechat-chatgpt.

VS Code plug-in

chatgpt-vscode

A VSCode extension based on ChatGPT that allows the use of unofficial ChatGPT API Generate question responses from OpenAI's ChatGPT directly in the editor. The plugin has the following features:

  • Ask a question or use the code snippet in the editor to query ChatGPT via the input box in the sidebar.
  • Right-click on the code selection to run a shortcut in the context menu.
  • View ChatGPT's answers in the panel next to the editor.
  • Ask follow-up questions to answers (keeping the conversation in context).
  • Insert a code snippet into the active editor by clicking on the AI's response.

Take stock of those ChatGPT open source projects that are working well

##Github (⭐️ 3.4k): https://github.com/mpociot/chatgpt-vscode.

vscode-chatgpt

A Visual Studio Code extension that supports ChatGPT, which can be paired with ChatGPT for programming. It supports exporting all conversation history in Markdown format at once, which is simple and easy to use. You only need to log in to OpenAI, or use OpenAI's official GPT3 API. Create files/projects or fix code with a single click or using keyboard shortcuts to increase development efficiency.

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 462k): https://github.com/gencay/vscode-chatgpt.

ChatGPT Chinese version

A VSCode plug-in that integrates ChatGPT into VSCode to improve development efficiency. Currently supported code functions include:

    ChatGPT: Please enter a question: ask a question directly to ChatGPT.
  • ChatGPT: Add test code: Add test code for the currently selected code or current file.
  • ChatGPT: Why is there a problem with the code (you need to select the error report at the same time): To ask about the problems in the code, you need to select the error report as well.
  • ChatGPT: Optimize this part of the code: optimize or reconstruct the currently selected code or current file.
  • ChatGPT: Explain this part of the code: Explain the currently selected code, or the current file.
  • ChatGPT: Execute custom command 1: Add a custom command 1 that is executed on the selected code or the current file. It can be executed directly after adding it.
  • ChatGPT: Execute custom command 2: Add a custom command 2 that is executed on the selected code or the current file. It can be executed directly after adding it.
After executing a command, an interactive window will pop up in the sidebar:

    All subsequent questions, answers, and exceptions. will be displayed in this window.
  • You can directly enter the question in the input box at the bottom of the interactive window to ask ChatGPT
  • You can also execute the previous command to ask the code.

Take stock of those ChatGPT open source projects that are working well

Plug-in address: https://marketplace.visualstudio.com/items?itemName=WhenSunset.chatgpt-china.

Desktop Application

ChatGPT

ChatGPT desktop application, suitable for Mac, Windows and Linux platforms, this project is only for A wrapper around the OpenAI ChatGPT website, with no additional data collection and uploading. This project has the following features:

    Cross-platform: macOS, Linux, Windows
  • Export ChatGPT chat records (supports PNG, PDF and generate sharing links)
  • Main The window and system tray support custom URLs, packaging any website into a desktop application
  • Automatic application upgrade notification
  • Rich shortcut keys
  • System tray floating window
  • The application menu is powerful
  • Supports slash commands and their configuration
  • Customized global shortcut keys
  • Word search

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 14.3k): https://github.com/lencx/ChatGPT.

chatgpt-mac

A simple Mac application that allows ChatGPT to be displayed in the menu bar. On Mac, you can use the Cmd Shift G shortcut key to Open it quickly. Currently, there are installation packages for Arm64 and Intel versions of Mac.

Take stock of those ChatGPT open source projects that are working well

##Github (⭐️ 3.8k):

https://github.com/vincelwt/chatgpt-mac.

chatgpt-desktop

An unofficial open source ChatGPT desktop application based on tauri and rust, suitable for mac, windows and linux menu bars.

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 1.1k): https://github.com/sonnylazuardi/chatgpt-desktop.

Others

ChatGPT API

An unofficial Node.js client of ChatGPT API, you can Use it to build projects powered by ChatGPT, such as chatbots, websites, etc.

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 8.3k): https://github.com/transitive-bullshit/chatgpt-api.

ChatGPT Export and Share

A Chrome extension for downloading ChatGPT history as PNG, PDF or creating shareable links. Currently supports Chrome, Edge, and Firefox browsers.

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 656): https://github.com/liady/ChatGPT-pdf.

Access-chatGPT-in-Siri

Siri access ChatGPT guide, currently only available on iPhone and other Apple products that support shortcut commands.

Take stock of those ChatGPT open source projects that are working well

Github (⭐️ 281): https://github.com/Daiyimo/Access-chatGPT-in-Siri.

The above is the detailed content of Take stock of those ChatGPT open source projects that are working well. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
Word文本框没有旋转按钮怎么办Word文本框没有旋转按钮怎么办Dec 08, 2022 am 09:50 AM

Word文本框没有旋转按钮的解决办法:打开兼容模式文档后按F12键另存为高版本,再打开就可以了。

令人惊艳的4个ChatGPT项目,开源了!令人惊艳的4个ChatGPT项目,开源了!Mar 30, 2023 pm 02:11 PM

自从 ChatGPT、Stable Diffusion 发布以来,各种相关开源项目百花齐放,着实让人应接不暇。今天,着重挑选几个优质的开源项目分享给大家,对我们的日常工作、学习生活,都会有很大的帮助。

Word文档拆分后的子文档字体格式变了怎么办Word文档拆分后的子文档字体格式变了怎么办Feb 07, 2023 am 11:40 AM

Word文档拆分后的子文档字体格式变了的解决办法:1、在大纲模式拆分文档前,先选中正文内容创建一个新的样式,给样式取一个与众不同的名字;2、选中第二段正文内容,通过选择相似文本的功能将剩余正文内容全部设置为新建样式格式;3、进入大纲模式进行文档拆分,操作完成后打开子文档,正文字体格式就是拆分前新建的样式内容。

学术专用版ChatGPT火了,一键完成论文润色、代码解释、报告生成学术专用版ChatGPT火了,一键完成论文润色、代码解释、报告生成Apr 04, 2023 pm 01:05 PM

用 ChatGPT 辅助写论文这件事,越来越靠谱了。 ChatGPT 发布以来,各个领域的从业者都在探索 ChatGPT 的应用前景,挖掘它的潜力。其中,学术文本的理解与编辑是一种极具挑战性的应用场景,因为学术文本需要较高的专业性、严谨性等,有时还需要处理公式、代码、图谱等特殊的内容格式。现在,一个名为「ChatGPT 学术优化(chatgpt_academic)」的新项目在 GitHub 上爆火,上线几天就在 GitHub 上狂揽上万 Star。项目地址:https://github.com/

30行Python代码就可以调用ChatGPT API总结论文的主要内容30行Python代码就可以调用ChatGPT API总结论文的主要内容Apr 04, 2023 pm 12:05 PM

阅读论文可以说是我们的日常工作之一,论文的数量太多,我们如何快速阅读归纳呢?自从ChatGPT出现以后,有很多阅读论文的服务可以使用。其实使用ChatGPT API非常简单,我们只用30行python代码就可以在本地搭建一个自己的应用。 阅读论文可以说是我们的日常工作之一,论文的数量太多,我们如何快速阅读归纳呢?自从ChatGPT出现以后,有很多阅读论文的服务可以使用。其实使用ChatGPT API非常简单,我们只用30行python代码就可以在本地搭建一个自己的应用。使用 Python 和 C

vscode配置中文插件,带你无需注册体验ChatGPT!vscode配置中文插件,带你无需注册体验ChatGPT!Dec 16, 2022 pm 07:51 PM

​面对一夜爆火的 ChatGPT ,我最终也没抵得住诱惑,决定体验一下,不过这玩意要注册需要外国手机号以及科学上网,将许多人拦在门外,本篇博客将体验当下爆火的 ChatGPT 以及无需注册和科学上网,拿来即用的 ChatGPT 使用攻略,快来试试吧!

用ChatGPT秒建大模型!OpenAI全新插件杀疯了,接入代码解释器一键get用ChatGPT秒建大模型!OpenAI全新插件杀疯了,接入代码解释器一键getApr 04, 2023 am 11:30 AM

ChatGPT可以联网后,OpenAI还火速介绍了一款代码生成器,在这个插件的加持下,ChatGPT甚至可以自己生成机器学习模型了。 ​上周五,OpenAI刚刚宣布了惊爆的消息,ChatGPT可以联网,接入第三方插件了!而除了第三方插件,OpenAI也介绍了一款自家的插件「代码解释器」,并给出了几个特别的用例:解决定量和定性的数学问题;进行数据分析和可视化;快速转换文件格式。此外,Greg Brockman演示了ChatGPT还可以对上传视频文件进行处理。而一位叫Andrew Mayne的畅销作

ChatGPT教我学习PHP中AOP的实现(附代码)ChatGPT教我学习PHP中AOP的实现(附代码)Mar 30, 2023 am 10:45 AM

本篇文章给大家带来了关于php的相关知识,其中主要介绍了我是怎么用ChatGPT学习PHP中AOP的实现,感兴趣的朋友下面一起来看一下吧,希望对大家有帮助。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools