Skip to content

Commit bbf118e

Browse files
committed
citation: codex model use in gh copilot
1 parent ac8e28b commit bbf118e

File tree

1 file changed

+1
-1
lines changed
  • blog/2024-01-05-modern-ai-stack-for-developer-productivity

1 file changed

+1
-1
lines changed

blog/2024-01-05-modern-ai-stack-for-developer-productivity/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Code generation through AI marks a significant leap in software development. AI
4949
* AI models like OpenAI’s GPT-4 Code Interpreter are leading this segment.
5050
* They aid in writing code, offering suggestions, and even generating entire code blocks based on user input.
5151
* They are particularly beneficial in increasing development speed and making coding more accessible to non-experts.
52-
* [GitHub Copilot](https://github.com/features/copilot) introduces this experience in the IDE (such as VS Code) where you code. It uses an older OpenAI model for this job - Codex. But they have improved its speed in suggesting entire code blocks and functions right inside the editor. This helps developers generate boilerplate code, complete repetitive tasks and implement common patterns much faster.
52+
* [GitHub Copilot](https://github.com/features/copilot) introduces this experience in the IDE (such as VS Code) where you code. It [uses an older OpenAI model for this job - Codex](https://www.google.com/url?q=https://github.blog/2023-07-28-smarter-more-efficient-coding-github-copilot-goes-beyond-codex-with-improved-ai-model/). But they have improved its speed in suggesting entire code blocks and functions right inside the editor. This helps developers generate boilerplate code, complete repetitive tasks and implement common patterns much faster.
5353

5454

5555
#### Challenges

0 commit comments

Comments
 (0)