Skip to content

Repository files navigation

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

About

Ollama PHP API client

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors