Commit b8cb4a3
committed
bug #563 [Ollama] Fix example (dollmetzer)
This PR was squashed before being merged into the main branch.
Discussion
----------
[Ollama] Fix example
As discussed in the hackathon a fix for using different models in ollama (e.g. mistral)
Extended .env variables
Commits
-------
2caf3de Apply suggestions from code review
30aed96 Update examples/ollama/chat-llama.php
80a7e03 catch error with wrong model
64edbc8 catch error with wrong model2 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments