Three amazing and useful ChatGPT projects are open source!

Since Open AI opened the ChatGPT API in early March, the number of open source projects born on GitHub has really dazzled and overwhelmed me.

Today, I will focus on selecting a few ChatGPT open source projects that are more helpful to daily work, life, and study, and share them with you, hoping to help you.

1. The first ChatGPT web application!

Since the opening of the ChatGPT API, many people are no longer satisfied with the use of the original ChatGPT, because the response of the original sample application is too slow, the operation is often interrupted, and there is a certain quota limit, which cannot be used as desired.

Here is an online ladder-free ChatGPT tool, which is convenient and quick, click here for quick access

Supports the use of multiple role prompts

Provide ladder-free direct connection to ChatGPT, and experience version 4.0 in advance 

This project provides a web graphical interface for the ChatGPT API. After local deployment, you only need to fill in your own Key to use it directly.

GitHub: https://github.com/GaiZhenbiao/ChuanhuChatGPT

In addition, it also provides many functions:

  • Support real-time display of answers like the official client!
  • Retry the conversation and let ChatGPT answer it again.
  • Optimize Tokens and reduce Tokens occupancy to support longer conversations.
  • Set System Prompt to effectively set preconditions;
  • save/load conversation history;
  • Add API key in GUI;
  • System Prompt template function;
  • Real-time display of Tokens usage.

2. Summarize the paper using ChatGPT

As the most popular paper hosting website at present, the arXiv platform adds a large number of high-quality papers every day, allowing scientists, researchers, and scholars from all over the world to explore and learn for a long time on it.

In order to improve the paper reading efficiency of arXiv users, someone on GitHub has open sourced an open source tool that can use ChatGPT to summarize arXiv papers: ChatPaper .

GitHub:https://github.com/kaixindelele/ChatPaper

This project can download the latest papers on arXiv according to user keywords, and use the powerful inductive ability of ChatGPT3.5 API to condense them into a fixed format with less text and easy to read.

In addition, the author also provides a Web GUI for ChatPaper, allowing users to choose to set up ChatPaper in a private or public environment, or experience the project features online on Hugging Face.

3. Word translation Chrome tool

At the beginning of ChatGPT's birth, because of its ability to understand the context well and interact with users one-on-one, some people tried to use it to assist daily English learning and translation, and finally found that the effect was surprisingly good.

Here today, I would like to recommend a word translation tool with frequent updates and more functions: OpenAI Translator .

AI intelligent translation plug-in

GitHub:https://github.com/yetone/openai-translator

The tool is built on the basis of ChatGPT API, which can be applied to Chrome plug-in, Windows, macos, Linux and other platforms, and supports the following features:

  • Support three translation modes: translation, polish, summary;
  • Support mutual translation, polishing and summary functions of 55 languages;
  • Support real-time translation, polishing and summarization, and respond to users as quickly as possible;
  • Support custom translation text;
  • Support one-key copy, support TTS.

Guess you like

Origin blog.csdn.net/weixin_37766296/article/details/130541048