Skip to content

Commit

Permalink
chore: updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan committed Jan 6, 2024
1 parent 65111a4 commit e4e7465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# OllamaKit

A Swift library for interacting with the [Ollama](https://github.com/jmorganca/ollama) API.
A Swift library to interact with the [Ollama](https://github.com/jmorganca/ollama) API.

## Overview

`OllamaKit` simplifies the process of connecting Swift applications to the Ollama API, abstracting the complexities of network requests and data handling.
`OllamaKit` is a Swift library crafted to streamline interactions with the Ollama API. It encapsulates the complexities of network communication and data processing, providing a simplified and efficient interface for Swift applications to communicate with the Ollama API.

## Primary Use

Expand Down
2 changes: 1 addition & 1 deletion Sources/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A Swift library for interacting with the Ollama API.

## Overview

``OllamaKit`` is a Swift-based library crafted to streamline interactions with the Ollama API. It encapsulates the complexities of network communication and data processing, providing a simplified and efficient interface for Swift applications to communicate with the Ollama API.
``OllamaKit`` is a Swift library crafted to streamline interactions with the Ollama API. It encapsulates the complexities of network communication and data processing, providing a simplified and efficient interface for Swift applications to communicate with the Ollama API.

0 comments on commit e4e7465

Please sign in to comment.