Home  >  Article  >  Technology peripherals  >  GitHub's year-end benefit, programming chatbot is open to all users, netizens call it: game-breaker

GitHub's year-end benefit, programming chatbot is open to all users, netizens call it: game-breaker

PHPz
PHPzforward
2024-01-07 10:14:20932browse

In the last days of 2023, GitHub launched a programming-oriented chatbot called Copilot Chat and provided a final wave of benefits to all users.

In March of this year, GitHub, a software source code hosting service platform, launched a plan called Copilot X. The plan officially introduces GPT-4 and adds a chat feature called "Copilot Chat" to the developer experience. At that time, this feature was only available to Copilot for Business customers.

In actual use, developers can interact with Copilot Chat through the chat interface and communicate using natural language. This means developers can ask questions, request help or seek advice directly from Copilot. Copilot Chat can understand developers' needs and generate corresponding code snippets or suggestions to help developers complete coding tasks more efficiently. Through this interactive method, developers can work with Copilot to complete the code writing process.

GitHubs year-end benefit, programming chatbot is open to all users, netizens call it: game-breaker

In July this year, GitHub launched a limited-function beta version of Copilot Chat. In September, the beta version became available to individual developers for a monthly fee of $10.

Now, Copilot Chat is finally open to all GitHub Copilot users.

GitHub officials stated that this feature has been integrated into the sidebar of Microsoft IDE tools Visual Studio Code and Visual Studio. In addition to paying users, it is now free for verified teachers, students, and maintainers of popular open source projects.

GitHubs year-end benefit, programming chatbot is open to all users, netizens call it: game-breaker

##Currently, Copilot Chat is powered by GPT-4 and is designed to create context-aware AI assistants for programmers. Individual developers and developer teams can enter prompts in the window in their own language (such as English, German, Portuguese, etc.) and receive real-time guidance.

Copilot Chat’s functionality has changed little since its beta launch: explain complex coding concepts, detect security vulnerabilities, write unit tests, and help every developer innovate quickly.

Shuyin Zhao, vice president of product management at GitHub, said in an email interview with TechCrunch that as the home of global developers, GitHub has launched the most widely adopted AI developer tools to the market so far. , and code completion is just the beginning.

Shuyin Zhao also said that GPT-4 performs better against hallucinations than previous models powering Copilot and provides features to mitigate vulnerabilities, such as not Safe Code Pattern filter that notifies Copilot Chat users of vulnerabilities such as hard-coded credentials, SQL injection, and path injection.

In short, Copilot Chat provides code conversion, concept explanation, test writing and real-time solutions to programming problems. It can quickly understand users’ complex instructions and is helpful for improving developer productivity and creativity. Very helpful.

Of course, the opening of Copilot Chat has been strongly recognized by the community. Some people believe that this is a game changer (or game-breaker) for developers, helping people control more efficiently. Programming language, get coding answers in real time.

GitHubs year-end benefit, programming chatbot is open to all users, netizens call it: game-breaker

GitHub officially provides detailed guides for using Copilot Chat in IDE, Visual Studio, and Visual Studion Code.

GitHubs year-end benefit, programming chatbot is open to all users, netizens call it: game-breaker

Guide address: https://docs.github.com/zh/copilot/github-copilot-chat/ using-github-copilot-chat-in-your-ide?tool=vscode

Reference link:

    https://github.blog/2023 -12-29-github-copilot-chat-now-generally-available-for-organizations-and-individuals/
  • https://techcrunch.com/2023/12/29/github-makes-copilot -chat-generally-available-letting-devs-ask-questions-about-code/

The above is the detailed content of GitHub's year-end benefit, programming chatbot is open to all users, netizens call it: game-breaker. 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