Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cemalgnlts/beecoder

Repository files navigation

BeeCoder
VSCode Copilot Pollinations Bridge

Install

npm install -g beecoder

Setup

  1. Start server.
beecoder start

Or run in the background process: beecoder start &

  1. Open Copilot side bar found in top right window step 1

  2. Select the model drowpdown > Manage models alt text

  3. Enter Ollama under Provider Dropdown and select desired models.

Pollinations Token

Create a token: enter.pollinations.ai. Then create a file named .beecoder in your home directory and paste your token into it.

cd $HOME
echo "TOKEN" > .beecoder

Development

# install dev dependencies.
npm install

# start server
npm start

# test cli
npm run build
npm link
beecoder -v

About

Pollinations bridge for VSCode Copilot.

Topics

Resources

License

Stars

Watchers

Forks