Skip to content

Commit 21873f7

Browse files
committed
Remove non-existing variable usage in Ollama chat example
1 parent b8cb4a3 commit 21873f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/ollama/chat-llama.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@
3333
} catch(InvalidArgumentException $e) {
3434
echo $e->getMessage() . "\nMaybe use a different model?\n";
3535
}
36-
37-
echo $response;

0 commit comments

Comments
 (0)