Skip to content

Commit 87db6c0

Browse files
authored
chore(dependencies): require php-llm/llm-chain 0.20 (#78)
1 parent ae3de42 commit 87db6c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=8.2",
18-
"php-llm/llm-chain": "^0.19",
18+
"php-llm/llm-chain": "^0.20",
1919
"symfony/config": "^6.4 || ^7.0",
2020
"symfony/dependency-injection": "^6.4 || ^7.0",
2121
"symfony/framework-bundle": "^6.4 || ^7.0",

src/Resources/views/data_collector.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<tbody>
9797
<tr>
9898
<th>Model</th>
99-
<td><strong>{{ constant('class', call.model) }}</strong> (Version: {{ call.model.version }})</td>
99+
<td><strong>{{ constant('class', call.model) }}</strong> (Version: {{ call.model.name }})</td>
100100
</tr>
101101
<tr>
102102
<th>Input</th>

0 commit comments

Comments
 (0)