Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 273 Bytes

Ollama PHP Client

This is a PHP client for the Ollama API.

Getting Started

$ composer require jdecool/ollama-client

Usage

use JDecool\OllamaClient\ClientBuilder;

$builder = new ClientBuilder();
$client = $builder->create();