Skip to content

Commit 6f2fcb5

Browse files
committed
chore: update to llm-chain 0.24
1 parent 77af4db commit 6f2fcb5

File tree

10 files changed

+441
-289
lines changed

10 files changed

+441
-289
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"ext-iconv": "*",
1010
"codewithkyrian/chromadb-php": "^0.4.0",
1111
"league/commonmark": "^2.7",
12-
"php-llm/llm-chain-bundle": "^0.22",
12+
"mrmysql/youtube-transcript": "^0.0.5",
13+
"php-http/discovery": "^1.20",
14+
"php-llm/llm-chain": "dev-refactor-platform-types as 0.23.0",
15+
"php-llm/llm-chain-bundle": "dev-llm-24",
16+
"psr/http-factory-implementation": "*",
1317
"runtime/frankenphp-symfony": "^0.2.0",
1418
"symfony/asset": "7.3.*",
1519
"symfony/asset-mapper": "7.3.*",
@@ -109,5 +113,9 @@
109113
"phpstan analyse",
110114
"XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage"
111115
]
112-
}
116+
},
117+
"repositories": [
118+
{ "type": "path", "url": "../llm-chain" },
119+
{ "type": "path", "url": "../llm-chain-bundle" }
120+
]
113121
}

0 commit comments

Comments
 (0)