Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 409 Bytes

setup_ollama.md

File metadata and controls

10 lines (6 loc) · 409 Bytes

Install and setup ollama

We will use ollama to interact with open-source LLMs. Please install ollama from here: https://ollama.com/download

Note — You will need macOS 11 Big Sur (or later) or Windows 10 (or later).

Using ollama in python

Run the code in notebook test_ollama.ipynb to verify that you can access the ollama API on your computer through python