8000 GitHub - ttrinidad/vscode-gpt-4-turbo: An unofficial Visual Studio Code - OpenAI GPT 4 Turbo integration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An unofficial Visual Studio Code - OpenAI GPT 4 Turbo integration

License

Notifications You must be signed in to change notification settings

ttrinidad/vscode-gpt-4-turbo

 
 

Repository files navigation

GPT 4 Turbo extension in VS Code open-sourced

This project is not ready to be on market place yet. If you use it, play with your own risks.

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 thi 5E66 s.

This project is released under ISC License - See root License for details. Copyright notice and the respective permission notices must appear in all copies.

This repo is forked from the original repo here https://github.com/gencay/vscode-chatgpt.

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.

About

An unofficial Visual Studio Code - OpenAI GPT 4 Turbo integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.0%
  • JavaScript 27.2%
  • CSS 10.8%
0