From 21873f7edd2a5dcbfc57bf6d80a041c5786b8dd5 Mon Sep 17 00:00:00 2001 From: Mathieu Santostefano Date: Fri, 12 Sep 2025 16:04:35 +0200 Subject: [PATCH] Remove non-existing variable usage in Ollama chat example --- examples/ollama/chat-llama.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/ollama/chat-llama.php b/examples/ollama/chat-llama.php index 265313928..1b9dbc965 100644 --- a/examples/ollama/chat-llama.php +++ b/examples/ollama/chat-llama.php @@ -33,5 +33,3 @@ } catch(InvalidArgumentException $e) { echo $e->getMessage() . "\nMaybe use a different model?\n"; } - -echo $response;