Skip to content

Commit

Permalink
Changed description of extension from ChatGPT to ChatGPT-like to clea…
Browse files Browse the repository at this point in the history
…r up any confusion
  • Loading branch information
Andrew Zhang committed Jan 27, 2023
1 parent b83dc0d commit 7c60c4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</p>

<p align="center">
Scribe AI is a ChatGPT extension for VS Code. Now you can have ChatGPT right in VS Code! Use it as your AI programming assistant which you can talk with to understand complex code, modify and improve your code, or generate comments for your code. The possibilities are endless. To start, highlight a piece of code and click on the chat icon on the left to start talking with Scribe AI just like in ChatGPT! All your conversations are saved in your workspace so you can look back on them as notes.
Scribe AI is a ChatGPT-like extension for VS Code. Now you can have an AI chatbot like ChatGPT right in VS Code! Use it as your AI programming assistant which you can talk with to understand complex code, modify and improve your code, or generate comments for your code. The possibilities are endless. To start, highlight a piece of code and click on the plus icon on the left to open up a chat and start talking with Scribe AI just like in ChatGPT! All your conversations are saved in your workspace so you can look back on them as notes.
</p>

<h4 align="center">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "scribeai",
"displayName": "ScribeAI - ChatGPT extension for VSCode",
"description": "🚀 Use ChatGPT right inside VSCode to enhance and automate your coding with AI-powered assistance",
"version": "1.0.10",
"displayName": "ScribeAI - ChatGPT like extension for VSCode",
"description": "🚀 Use ChatGPT like AI chatbot right inside VSCode to enhance and automate your coding with AI-powered assistance",
"version": "1.0.11",
"publisher": "AndrewZhang",
"private": true,
"icon": "resources/chatbot.png",
Expand Down

0 comments on commit 7c60c4d

Please sign in to comment.