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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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: