https://github.com/nickytonline/ollama-copilot-extension
A GitHub Copilot extension that uses Ollama
https://github.com/nickytonline/ollama-copilot-extension
copilot-chat copilot-extension ollama
Last synced: about 1 year ago
JSON representation
A GitHub Copilot extension that uses Ollama
- Host: GitHub
- URL: https://github.com/nickytonline/ollama-copilot-extension
- Owner: nickytonline
- License: mit
- Created: 2025-01-02T02:23:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T05:59:24.000Z (about 1 year ago)
- Last Synced: 2025-04-15T19:53:53.857Z (about 1 year ago)
- Topics: copilot-chat, copilot-extension, ollama
- Language: TypeScript
- Homepage:
- Size: 2.08 MB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# 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](https://ollama.com/) running locally.
It can work deployed, but it would require being able to access your Ollama API at a public address.

## Installation
1. Ensure that [Ollama](https://ollama.com/) 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:
```bash
ollama pull codellama
```
3. Run the following commands to install and start the application locally
```bash
npm install
npm run dev
open http://localhost:3000
```
## Development Environment
To get up and running with your development environment, see the [Development Guide](./docs/DEVELOPMENT_SETUP.md).
## Contributing
Interested in contributing to the project? Check out the [Contributing guidlines](./CONTRIBUTING.md) and remember to respect the [Code of Conduct](./CODE-OF-CONDUCT.md).