We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
php-llm/llm-chain
1 parent ae3de42 commit 87db6c0Copy full SHA for 87db6c0
composer.json
@@ -15,7 +15,7 @@
15
],
16
"require": {
17
"php": ">=8.2",
18
- "php-llm/llm-chain": "^0.19",
+ "php-llm/llm-chain": "^0.20",
19
"symfony/config": "^6.4 || ^7.0",
20
"symfony/dependency-injection": "^6.4 || ^7.0",
21
"symfony/framework-bundle": "^6.4 || ^7.0",
src/Resources/views/data_collector.html.twig
@@ -96,7 +96,7 @@
96
<tbody>
97
<tr>
98
<th>Model</th>
99
- <td><strong>{{ constant('class', call.model) }}</strong> (Version: {{ call.model.version }})</td>
+ <td><strong>{{ constant('class', call.model) }}</strong> (Version: {{ call.model.name }})</td>
100
</tr>
101
102
<th>Input</th>
0 commit comments