1amageek/OllamaKit
Ollama client for Swift
Overview
OllamaKit is a Swift library that streamlines interactions with the Ollama API. It handles the complexities of network communication and data processing behind the scenes, providing a simple and efficient way to integrate the Ollama API.
Primary Use
OllamaKit is primarily developed to power the Ollamac, a macOS app for interacting with Ollama models. Although the library provides robust capabilities for integrating the Ollama API, its features and optimizations are tailored specifically to meet the needs of the Ollamac.
Documentation
You can find the documentation here: https://kevinhermawan.github.io/OllamaKit/documentation/ollamakit
Installation
You can add OllamaKit as a dependency to your project using Swift Package Manager by adding it to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/kevinhermawan/OllamaKit.git", .upToNextMajor(from: "5.0.0"))
]Alternatively, in Xcode:
- Open your project in Xcode.
- Click on
File->Swift Packages->Add Package Dependency... - Enter the repository URL:
https://github.com/kevinhermawan/OllamaKit.git - Choose the version you want to add. You probably want to add the latest version.
- Click
Add Package.
Used By
Package Metadata
Repository: 1amageek/OllamaKit
Homepage: https://kevinhermawan.github.io/OllamaKit/documentation/ollamakit
Stars: 1
Forks: 0
Open issues: 0
Default branch: main
Primary language: swift
License: MIT
README: README.md
Fork: yes