GitHub Copilot Platform
(Redirected from GitHub Copilot Feature)
Jump to navigation
Jump to search
A GitHub Copilot Platform is an AI-powered coding assistance tool that ...
- Context:
- It can (typically) make use of OpenAI's Codex Model.
- It can be associated with GitHub Copilot Labs.
- It can have GitHub Copilot Features, such as GitHub Copilot Workspace.
- …
- Example(s):
- Github Copilot 2021-06.
- Github Copilot X (with an app chat feature).
- …
- Counter-Example(s):
- See: Autocomplete, GitHub, OpenAI, Visual Studio Code, Visual Studio, Neovim, JetBrains, Integrated Development Environment.
References
2023
- (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/GitHub_Copilot Retrieved:2023-2-26.
- GitHub Copilot is a cloud-based artificial intelligence tool developed by GitHub and OpenAI to assist users of Visual Studio Code, Visual Studio, Neovim, and JetBrains integrated development environments (IDEs) by autocompleting code. Currently available by subscription to individual developers, the tool was first announced by GitHub on 29 June 2021, and works best for users coding in Python, JavaScript, TypeScript, Ruby, and Go.
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.
- 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.
2023
- https://github.com/features/copilot/
- QUOTE: GitHub Copilot is an AI pair programmer that helps you write code faster and with less work. It draws context from comments and code to suggest individual lines and whole functions instantly. GitHub Copilot is powered by a generative AI model developed by GitHub, OpenAI, and Microsoft. It is available as an extension for Visual Studio Code, Visual Studio, Neovim, and the JetBrains suite of integrated development environments (IDEs).
2023
- (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/GitHub_Copilot#Implementation Retrieved:2023-2-16.
- GitHub Copilot is powered by the OpenAI Codex, an artificial intelligence model created by OpenAI which is an artificial intelligence research laboratory. The OpenAI Codex is a modified, production version of the Generative Pre-trained Transformer 3 (GPT-3), a language model using deep-learning to produce human-like text. The Codex model is additionally trained on gigabytes of source code in a dozen programming languages. Copilot’s OpenAI Codex is trained on a selection of the English language, public GitHub repositories, and other publicly available source code. This includes a filtered dataset of 159 gigabytes of Python code sourced from 54 million public GitHub repositories. Open AI’s GPT-3 is licensed exclusively to Microsoft, GitHub’s parent company.
2022
- (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/GitHub_Copilot Retrieved:2022-6-5.
- GitHub Copilot is an artificial intelligence tool developed by GitHub and OpenAI to assist users of Visual Studio Code, Visual Studio, Neovim, and JetBrains integrated development environments (IDEs) by autocompleting code. Currently only available as a technical preview, the tool was first announced by GitHub on 29 June 2021, and works best for users coding in Python, JavaScript, TypeScript, Ruby, and Go.[1]
- ↑ "GitHub Copilot · Your AI pair programmer". GitHub Copilot. Retrieved 7 April 2022.