adrienbrault / ollama-php-client

Ollama PHP API client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 93.3%Language:Makefile 6.7%