Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>side-buddyNew to Visual Studio Code? Get it now.
side-buddy

side-buddy

tristar

|
7 installs
| (0) | Free
Your friend living in the sidebar, powered by OpenAI API. You can specify the role and temperature, and refer to conversation history.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Side Buddy

Overview

Your friend living in the sidebar, powered by OpenAI API(currently supported gpt-3.5-turbo). You can specify the role and temperature, and refer to conversation history(shared between Windows/WSL).

Requirements

This plugin needs Open AI API key. (sk-xxxx)

(The API key is securely stored in VSCode's Secret storage)

Change log

See CHANGELOG.md

Main features

Chat with GPT-3.5


Remove partial message

You can remove partial messages in a thread. Since GPT-3.5 has a limited number of tokens (4,096 tokens in 1 thread), it is useful to build long contextual conversations.


Thread history

The contents of the thread can be saved. The saved contents are shared between Windows/WSL and can be loaded at any time.


Role, temperature

You can specify role, temperature.

  • Role is useful to set the behavior of the bot.
  • The temperature parameter is used to control the diversity of generated text. This parameter is specified in the range of 0 to 2, and the higher the value, the more diverse the responses generated. On the other hand, the lower the value, the more predictable the responses generated.

Roadmap

  • [ ] Keep thread history to Online Storage(e.g. S3)
  • [ ] Stop message generaiton
  • [ ] Bookmark a prompt
  • [ ] Act against selected text in editor
  • [ ] Copy request as curl command line
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft