Git Product home page Git Product logo

vscode-japanese-refinement-openai's Introduction

Refine Japanese with OpenAI

This extension refines your text in Japanese with OpenAI.

  • Suggest the improved your Japanese text using OpenAI.
  • Apply the suggested improvements to your text.

Animation: Usage image

Commands

Available commands:

"commands": [
  {
    "command": "com.github.chick-p.vscode-japanese-refinement-openai.refineJapanese",
    "title": "Refine Japanese with OpenAI"
  },
  {
    "command": "com.github.chick-p.vscode-japanese-refinement-openai.askApiKey",
    "title": "Set OpenAI API key (Refine Japanese with OpenAI)"
  }
]

Installation

This extension is not available on VSCode Marketplace. Install locally:

code --install-extension vscode-japanese-refinement-openai-0.0.1.vsix

Getting Started

Steps to begin:

  1. Manually install this extension.
  2. Generate your personal OpenAI API key.
  3. Use the command pallet to run the "Set OpenAI API key" command and input your API key.
  4. Select the text you wish to refine in the editor.
  5. Right click and select "Refine Japanese with OpenAI" menu.

Extension Settings

Available settings:

// The maximum number of tokens to generate in the completion.
// See https://platform.openai.com/docs/api-reference/completions/create#completions/create-max_tokens
"vscode-japanese-refinement-openai.openai.maxTokens": {
  "type": "number",
  "default": 2048
}

vscode-japanese-refinement-openai's People

Contributors

chick-p avatar dependabot[bot] avatar github-actions[bot] avatar

Watchers

 avatar  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.