Skip to content

Commit 404b0dc

Browse files
committed
minor #566 Remove non-existing variable usage in Ollama chat example (welcoMattic)
This PR was merged into the main branch. Discussion ---------- Remove non-existing variable usage in Ollama chat example | Q | A | ------------- | --- | Bug fix? | yes| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Docs? | yes <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Commits ------- 21873f7 Remove non-existing variable usage in Ollama chat example
2 parents b8cb4a3 + 21873f7 commit 404b0dc

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)