Skip to content

nickytonline/ollama-copilot-extension

Repository files navigation

A Copilot Extension that Leverages Ollama

This is a Copilot extension that leverages the Ollama API. This is a WIP and currently works only in a local development environment. You must have Ollama running locally.

It can work deployed, but it would require being able to access your Ollama API at a public address.

My Ollama GitHub Copilot extenion in action

Installation

  1. Ensure that Ollama is running locally.
  2. Install the codellama model if you haven't already. You can do this by running the following command in your terminal:
ollama pull codellama
  1. Run the following commands to install and start the application locally
npm install
npm run dev
open http://localhost:3000

Development Environment

To get up and running with your development environment, see the Development Guide.

Contributing

Interested in contributing to the project? Check out the Contributing guidlines and remember to respect the Code of Conduct.

About

A GitHub Copilot extension that uses Ollama

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published