Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gencay/vscode-chatgpt
An unofficial Visual Studio Code - OpenAI ChatGPT integration
https://github.com/gencay/vscode-chatgpt
chatgpt vscode vscode-extension
Last synced: about 7 hours ago
JSON representation
An unofficial Visual Studio Code - OpenAI ChatGPT integration
- Host: GitHub
- URL: https://github.com/gencay/vscode-chatgpt
- Owner: gencay
- License: isc
- Created: 2022-12-06T16:16:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T02:53:22.000Z (over 1 year ago)
- Last Synced: 2024-11-21T02:36:40.300Z (22 days ago)
- Topics: chatgpt, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 18.8 MB
- Stars: 3,497
- Watchers: 40
- Forks: 755
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: supported-languages/de.json
Awesome Lists containing this project
- awesome-AIGC-tools - 将 OpenAI ChatGPT 集成到 VSCode: vscode-chatgpt
- awesome-chatgpt - gencay/vscode-chatgpt - VSCode extension. (Integrations / Examples)
- allinchatgpt - vscode-chatgpt - An unofficial Visual Studio Code - OpenAI ChatGPT integration (Uncategorized / Uncategorized)
- awesome-ChatGPT-repositories - vscode-chatgpt - An unofficial Visual Studio Code - OpenAI ChatGPT integration (Openai)
- chatgpt-awesome - gencay/vscode-chatgpt
- StarryDivineSky - gencay/vscode-chatgpt - OpenAI ChatGPT集成,在编程集成环境中使用GPT-4、3.5、3 或 Codex 模型加速编程开发。 (A01_文本生成_文本对话 / 大语言对话模型及数据)
- awesome-chatgpt - gencay/vscode-chatgpt - VSCode extension. (Integrations / Examples)
- awesome-chatgpt - gencay/vscode-chatgpt - An unofficial Visual Studio Code - OpenAI ChatGPT integration (Integrations / Other UIs)
- awesome-gpt - vscode-chatgpt - programmed with ChatGPT (Editors / VSCode)
README
An Unofficial VS Code - Chat GPT extension## The most loved\* ChatGPT extension in VS Code open-sourced
> The project is built as a hobby project - With **no affiliation** to any organization
>
> The functionality fully relies on OpenAI services without any affiliation to them
>
> \*Downloaded by ~500,000 developers with more than 100 5 star ratings within 3 months of release#### Try out this extension on marketplace: [ChatGPT - Genie AI](https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode)
The extension is stripped out of Browser capabilities and published as an integration point for community to continue utilizing GPT models in Sidebar conversations or responses in editor, favorites, personalization and more.
## Forks and continuation of the original project
> Feel free to contribute here.
1. Continued by [ChatGPT - Genie AI](https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode)
2. Forked by @Christopher-Hayes: [ChatGPT Reborn](https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn)## Features
- ➕ Use GPT-4, GPT-3.5, GPT3 or Codex models using your OpenAI API Key
- 📃 Get streaming answers to your prompts in sidebar conversation window
- 🔥 Stop the responses to save your tokens.
- 📝 Create files or fix your code with one click or with keyboard shortcuts.
- ➡️ Export all your conversation history at once in Markdown format.
- Automatic partial code response detection. Continues and combines automatically, when response is cut off.
- Ad-hoc prompt prefixes for you to customize what you are asking ChatGPT
- Edit and resend a previous prompt
- Copy, insert or create new file from the code, ChatGPT is suggesting right into your editor.## License
> If you are developing completely another extension and release it to the public, make sure you follow this.
This project is released under ISC License - See root License for details. Copyright notice and the respective permission notices must appear in all copies.
## How to build and run
- Clone the repository to your local machine
- On the root directory, run `yarn` command to install the dependencies listed in `package.json`
- Within VS Code - run the project by simply hitting `F5`## How to install locally
- Install `vsce` if you don't have it on your machine (The Visual Studio Code Extension Manager)
- `npm install --global vsce`
- Run `vsce package`
- Follow the instructions and install manually.