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.
- Ensure that Ollama is running locally.
- Install the
codellama
model if you haven't already. You can do this by running the following command in your terminal:
ollama pull codellama
- Run the following commands to install and start the application locally
npm install
npm run dev
open http://localhost:3000
To get up and running with your development environment, see the Development Guide.
Interested in contributing to the project? Check out the Contributing guidlines and remember to respect the Code of Conduct.