Git Product home page Git Product logo

sublime-text-chatgpt's Introduction

Launch ChatGPT request from Sublime Text

This plugin connect the Sublime Text editor with the OpenAI ChatGPT using the command input panel.

Instead to write the request inside the editor, it will be written in the command palette.

The selected code will be automatically filled in the command palette so that you can complete the request.

Remember: You can add a line break inside the command palette using the Shift + Enter key combination.

Important: Using this plugin implies that you may be sending parts of your code to the company that manages the ChatGPT API (in this case OpenAI). It is important to keep this in mind if your code is secret or private.

Related Packages: https://github.com/yaroslavyaroslav/OpenAI-sublime-text

Automated Installation

Waiting for Package Control approval: wbond/package_control_channel#8675

  1. Preferences > Package Control > Install Package
  2. Search ChatGPT

Manual Installation

  1. Click the Preferences > Browse Packages… menu.
  2. Clone this repository inside Packages folder with name ChatGPT.
  3. Restart Sublime Text.

Settings

Preferences > Package Settings > ChatGPT > Settings to set de API KEY and default settings.

Key Bindings

Preferences > Package Settings > ChatGPT > Key Bindings to set the command input Key Binding.

You can add this as default:

[
    {
        "keys": ["alt+shift+c"],
        "command": "chat_gpt"
    }
]

sublime-text-chatgpt's People

Contributors

eusonlito avatar

Watchers

Christopher Bond avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.