GitHub Copilot

From GM-RKB
Jump to navigation Jump to search

A GitHub Copilot System is an copilot code auto-completion system that is an AI-powered code completion tool that suggests code snippets based on natural language input.



References

2023

2023

  • https://docs.github.com/en/copilot/overview-of-github-copilot/about-github-copilot
    • GitHub Copilot is an AI pair programmer that offers autocomplete-style suggestions as you code. You can receive suggestions from GitHub Copilot either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do. GitHub Copilot analyzes the context in the file you are editing, as well as related files, and offers suggestions from within your text editor. GitHub Copilot is powered by OpenAI Codex, a new AI system created by OpenAI.

      GitHub Copilot is trained on all languages that appear in public repositories. For each language, the quality of suggestions you receive may depend on the volume and diversity of training data for that language. For example, JavaScript is well-represented in public repositories and is one of GitHub Copilot's best supported languages. Languages with less representation in public repositories may produce fewer or less robust suggestions.

2023

2023

2022