Awesome
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();
This is a PHP client for the Ollama API.
$ composer require jdecool/ollama-client
use JDecool\OllamaClient\ClientBuilder;
$builder = new ClientBuilder();
$client = $builder->create();