Swift Client

Ollama Swift Client

Ollama Swift Client is a library for interacting with theĀ Ollama API. Requirements Installation Swift Package Manager Add the following to your Package.swift file: .package(url: “https://github.com/mattt/ollama-swift.git”, from: “1.0.0”) Usage The tests and example code for this library use the llama3.2 model. Run the following command to download the model to run them yourself: Initializing the client import Ollama // Use … Read more