Skip to content

Commit caf85b9

Browse files
authored
Include full list of training data for new code completion model (#54963)
1 parent 2053e66 commit caf85b9

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-code-completion.md

+39
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,45 @@ topics:
1212

1313
By default, {% data variables.product.prodname_copilot_short %} code completion uses the GPT 3.5 Turbo large language model (LLM). As an alternative, you can choose to use a model based on GPT 4o-mini. This model has been trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages. Its knowledge base is more current than the default model and you may find that it generates completion suggestions more quickly.
1414

15+
<details>
16+
<summary>View the list of programming languages and technologies included in the training data.</summary>
17+
18+
* C
19+
* C#
20+
* C++
21+
* Clojure
22+
* CSS
23+
* Dart
24+
* Dockerfile
25+
* Elixir
26+
* Emacs Lisp
27+
* Go
28+
* Haskell
29+
* HTML
30+
* Java
31+
* JavaScript
32+
* Julia
33+
* Jupyter Notebook
34+
* Kotlin
35+
* Lua
36+
* MATLAB
37+
* Objective-C
38+
* Perl
39+
* PHP
40+
* PowerShell
41+
* Python
42+
* R
43+
* Ruby
44+
* Rust
45+
* Scala
46+
* Shell
47+
* Swift
48+
* TeX
49+
* TypeScript
50+
* Vue
51+
52+
</details>
53+
1554
> [!NOTE]
1655
> * Multiple model support for {% data variables.product.prodname_copilot_short %} code completion is in {% data variables.release-phases.public_preview %} and is subject to change.
1756
> * Currently the ability to switch AI model is available in the latest releases of {% data variables.product.prodname_vscode_shortname %} and JetBrains IDEs, with the latest version of the {% data variables.product.prodname_copilot %} extension.

0 commit comments

Comments
 (0)