Releases: tredmann/php-ollama
Releases · tredmann/php-ollama
Version 1.0.1
Version 1.0.0
Finished the first version!
Use it in the most easy way with the convenience wrapper:
$ollama = new Ollama(model: 'gemma2:latest');
echo $ollama->completion(prompt: 'What is the capitol of Germany?');
// The capital of Germany is **Berlin**.Or dig deeper and use the low-level library.