Skip to content

Commit 21386b3

Browse files
committed
docs: intro
1 parent d095203 commit 21386b3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
# GPT3 and ChatGPT extension for VSCode
1+
# CodeGPT: GPT3 and ChatGPT extension for VSCode
22

33
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/timkmecl.codegpt3)](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3)
44
[![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/timkmecl.codegpt3)](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3)
55
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/timkmecl.codegpt3)](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3)
66
[![Github Stars](https://img.shields.io/github/stars/timkmecl/codegpt)](https://github.com/timkmecl/codegpt)
77

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.
99

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 🚀✨
1111

12-
### Links:
1312

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:
1616

17+
- **[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3)**
18+
- **[Github Repository](https://github.com/timkmecl/codegpt)**
1719

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).
1920
<br>
2021

2122
<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
8586

8687
---
8788

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).
8990

9091
If you enjoy this extension, please consider [buying me a coffee ☕️](https://www.buymeacoffee.com/timkmecl) to support my work!

0 commit comments

Comments
 (0)