Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>GPT95 - A ChatGPT extension, with a retro lookNew to Visual Studio Code? Get it now.

GPT95 - A ChatGPT extension, with a retro look

gpt95

|
1,329 installs
| (0) | Free
A Windows95 Inspired AI Assistant : Built with the Official ChatGPT API! -> Works with JavaScript, TypeScript, Python, C++, Java, PHP, Ruby & Others.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code 10x faster with ChatGPT

This Visual Studio Code extension allows you to use ChatGPT combined with our Fine-Tuned GPT3 Code Model to generate code or natural language responses to your questions.

Automatically generate code from scratch, ask questions, get explanations, refactor code, find bugs and more!

Please ensure you are on v1.0.2

A ChatGPT extension, with a retro look

Our GUI style is based on that of Windows 95 OS. Not only was our creator born in 1995, but they've have always held a fond memory of using the OS growing up. Windows 95's ethos was to make personal computing more accessible, intuitive, and enjoyable, while also providing a stable and reliable platform for users to work and play on.

Our mission is based on this ethos.

Features

  • 🙋 Ask general questions or use code snippets from the editor to query the AI
  • 🖱️ Right click on selected code to perform one of the following commands Create Documentation Explain code Refactor/Optimize code Debug and fix Errors
  • 🔬 View AI responses in the Windows95 themed panel
  • 👀 See the responses as they are being generated
  • 💬 Ask follow-up questions to the response (conversation context is maintained)
  • 📝 Insert code from the AI's response into the active editor by clicking on them

Installation

To use this extension, install it from the VSCode marketplace.

Get your API key

To use this extension, you will need an API key from GPT95.com. To get one, follow these steps:

  1. Go to GPT95.com
  2. If you don't have an account, you will need to create one or sign up.
  3. Sign up to the free trial.
  4. Copy the API key from the dashboard and paste it into the Access Token field in the extension settings.
  5. After completing these steps, the extension should be ready to use.

Why not use an OpenAI API key?

After asking the development community, we have found a few key points that influenced our decision to introduce a pricing model:

  • ChatGPT Plus is expensive at $24/month.
  • Using the ChatGPT API or DaVinci GPT3 can lead to more expensive monthly cost for users, over $18/month!
  • GPT95 is only $4/month and uses the same ChatGPT API with our added Fine-Tuned GPT3 Code Model.
  • Your code is never shared or stored anywhere. We only store token usage (numbers) for our internal system monitoring (to ensure nothing crashes).
  • None of your personal data or code is stored on our servers.

Usage

  1. Open a file in Visual Studio Code and click on the GPT icon in the sidebar.
    • This will open a panel with an input field.
  2. Enter your prompt or question.
  3. Click Enter.
    • The prompt will be sent to the AI.
    • The response will be displayed below the input field in the sidebar.

Add context to request with code selection

Select some code in the editor, right click on it and choose one of the following commands from the context menu:

  • AI -> Explain : Explains what the selected code does.
  • AI -> Refactor : Refactors the selected code.
  • AI -> Debug : Looks for problems/errors in the selected code, fixes and explains them.
  • AI -> Documentation : Creates detailed documentation for the selected code.

Because ChatGPT is a conversational AI, you can ask follow-up questions to the response. The conversation context is maintained between queries, so you can ask multiple questions in a row. Our Fine-Tuned GPT3 Model checks the code for accuracy before sending every response back, so you may notice a 1-2 second max delay. The improved accuracy that is gained is worth it!

Insert code from GPT95

To insert code from the AI response into the editor, click on the glowing code block in the panel. The code will be automatically inserted where your cursor is currently placed in the editor.

Examples

Generating code from prompt

Explaining selected code

Refactoring selected code

Debugging and fixing errors

Writing documentation for selected code

FAQ

Answers to our most popular questions can be found here: FAQ

Contact Us

We you enjoy using GPT95.

If you have any questions or wish to request a feature, please get in touch

  • Twitter
  • Website

© Copyright 2023 GPT95. All Rights Reserved.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft