Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama Quickstart - Guide for Local Private Copilot Clone

Overview

This repo is a quickstart guide to using ollama and serving models locally for inference.

In addition, it covers how to make use of ollama and local inference to create a private copilot clone in VS Code. There is also support for JetBrains IDEs but is beyond the scope of this guide.

Finally, there will also be a quick demo of a ChatGPT experience running locally using ollama and Open WebUI.

Prerequisites

Pull/Run a model

# qwen2.5-coder:1.5b is released under Apache License 2.0.
ollama run qwen2.5-coder:1.5b

Using Continue in VS Code with Ollama

Continue is a VS Code extension that allows you to interact with ollama models directly from within VS Code. It provides features such as chat, code completion, and more. For more information, visit: https://docs.continue.dev/.

OpenWeb UI

To spin up the OpenWeb UI environment to demo, use tilt:

  • tilt up

Links

About

Quickstart guide to tinker with ollama as well as local code and web assistants.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages