Skip to content

Commit

Permalink
chore: install bundle 0.12 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-hertel authored Dec 30, 2024
1 parent 7030227 commit f51d279
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-iconv": "*",
"codewithkyrian/chromadb-php": "^0.3.0",
"league/commonmark": "^2.6",
"php-llm/llm-chain-bundle": "^0.11",
"php-llm/llm-chain-bundle": "^0.12",
"phpdocumentor/reflection-docblock": "^5.5",
"phpstan/phpdoc-parser": "^1.33",
"runtime/frankenphp-symfony": "^0.2.0",
Expand Down
68 changes: 34 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/packages/llm_chain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ llm_chain:
model:
name: 'GPT'
version: 'gpt-4o-mini'
tools: []
tools: false
wikipedia:
model:
name: 'GPT'
Expand Down

0 comments on commit f51d279

Please sign in to comment.