OllamaKit icon indicating copy to clipboard operation
OllamaKit copied to clipboard

Ollama client for Swift

Results 2 OllamaKit issues
Sort by recently updated
recently updated
newest added

It would be great to expose (more) model management in OllamaKit. Specifically, the ability to pull a model, perhaps push a model, and perhaps exposing more details of lifecycle management.

Im using an extension in my projects to make working with OKJSONValue easier. Would you be open to a PR adding this to OllamaKit? ```swift extension OKJSONValue: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}...