jdecool/ollama-client

Ollama PHP API client

0.1.0 2024-05-04 18:36 UTC

This package is auto-updated.

Last update: 2024-10-31 00:18:11 UTC


README

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();