|
1 | | -# GPT3 and ChatGPT extension for VSCode |
| 1 | +# CodeGPT: GPT3 and ChatGPT extension for VSCode |
2 | 2 |
|
3 | 3 | [](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3) |
4 | 4 | [](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3) |
5 | 5 | [](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3) |
6 | 6 | [](https://github.com/timkmecl/codegpt) |
7 | 7 |
|
8 | | -This Visual Studio Code extension allows you to use the [official OpenAI API](https://openai.com/api/) to generate code or natural language responses to your questions from OpenAI's **ChatGPT** or **GPT3**, right within the editor. |
| 8 | +This Visual Studio Code extension allows you to use the [official OpenAI API](https://openai.com/api/) to generate code or natural language responses to your questions from OpenAI's **GPT3** or **ChatGPT**, right within the editor. |
9 | 9 |
|
10 | | -🚀✨ Supercharge your coding with AI-powered assistance. Automatically write new code from scratch, ask questions, get explanations, refactor code, find bugs and more! |
| 10 | +Supercharge your coding with AI-powered assistance! Automatically write new code from scratch, ask questions, get explanations, refactor code, find bugs and more 🚀✨ |
11 | 11 |
|
12 | | -### Links: |
13 | 12 |
|
14 | | -- **[VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3)** |
15 | | -- **[Github](https://github.com/timkmecl/codegpt)** |
| 13 | +#### 📢 **New:** Now supports ChatGPT! Just go to the extension settings and select the `ChatGPT` model *(default for new installations - if it doesn't work, change to another model in the extension settings)*. |
| 14 | + |
| 15 | +### Links: |
16 | 16 |
|
| 17 | +- **[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3)** |
| 18 | +- **[Github Repository](https://github.com/timkmecl/codegpt)** |
17 | 19 |
|
18 | | -### 📢 **New:** Now supports ChatGPT! Just go to the extension settings and select the `ChatGPT` model (default for new installations - if it doesn't work, change the model in the extension settings). |
19 | 20 | <br> |
20 | 21 |
|
21 | 22 | <a href="https://www.buymeacoffee.com/timkmecl" target="_blank"><img src="resources/buy-default-yellow-small.png" alt="Buy Me A Coffee" style="height: 40px" ></a> |
@@ -85,6 +86,6 @@ There, you can also **change the model** that will be used for the requests. The |
85 | 86 |
|
86 | 87 | --- |
87 | 88 |
|
88 | | -Please note that this extension is currently a proof of concept and may have some limitations or bugs. We welcome feedback and contributions to improve the extension. Also check out the [ChatGPT extension](https://github.com/timkmecl/codegpt) which is smarter, but the setup is more complicated and it may not work (403/429 errors). |
| 89 | +Please note that this extension is currently a proof of concept and may have some limitations or bugs. We welcome feedback and contributions to improve the extension. Also check out the [ChatGPT extension](https://github.com/timkmecl/chatgpt-vscode) which is smarter, but the setup is more complicated and it may not work (403/429 errors). |
89 | 90 |
|
90 | 91 | If you enjoy this extension, please consider [buying me a coffee ☕️](https://www.buymeacoffee.com/timkmecl) to support my work! |
0 commit comments