Skip to content

Instantly share code, notes, and snippets.

View burtawicz's full-sized avatar

Rick Burta burtawicz

View GitHub Profile

Augmenting IntelliJ with Ollama + Continue

The purpose of this gist is to help those who are interested in augmenting their development experience with LLMs using Ollama and Continue. This text should be short and easy to intuit, but please feel free to reach out via GitHub or email should you have questions. This guide assumes you already have JetBrains' IntelliJ installed on your machine (though it looks like this same approach will work with Visual Studio Code as well).

📋 Steps

  1. Install Ollama
  2. Install Continue
  3. Configure Continue
    • Modify your config via the button in the Continue UI (will be a button somewhere along the side bars) or via CLI - vi ~/.continue/config.json
def nth_fib_basic(n: int) -> int:
"""use iteration to find the nth fibonacci number
:param n: the index of the desired fibonacci number
:return: the nth fibonacci number
"""
if n <= 1:
return n
if n == 2:
return 1

Keybase proof

I hereby claim:

  • I am burtawicz on github.
  • I am burtawicz (https://keybase.io/burtawicz) on keybase.
  • I have a public key ASDX1Dk4FldKzx9wUtxDSDPPA9GLLdSpngrDtAWnndG6YAo

To claim this, I am signing this object: