Skip to content

Commit f51d279

Browse files
authored
chore: install bundle 0.12 (#14)
1 parent 7030227 commit f51d279

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ext-iconv": "*",
1010
"codewithkyrian/chromadb-php": "^0.3.0",
1111
"league/commonmark": "^2.6",
12-
"php-llm/llm-chain-bundle": "^0.11",
12+
"php-llm/llm-chain-bundle": "^0.12",
1313
"phpdocumentor/reflection-docblock": "^5.5",
1414
"phpstan/phpdoc-parser": "^1.33",
1515
"runtime/frankenphp-symfony": "^0.2.0",

composer.lock

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/packages/llm_chain.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ llm_chain:
2727
model:
2828
name: 'GPT'
2929
version: 'gpt-4o-mini'
30-
tools: []
30+
tools: false
3131
wikipedia:
3232
model:
3333
name: 'GPT'

0 commit comments

Comments
 (0)