Download the PHP package php-llm/llm-chain-bundle without Composer
On this page you can find all versions of the php package php-llm/llm-chain-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-llm/llm-chain-bundle
More information about php-llm/llm-chain-bundle
Files in php-llm/llm-chain-bundle
Download php-llm/llm-chain-bundle
More information about php-llm/llm-chain-bundle
Files in php-llm/llm-chain-bundle
Vendor php-llm
Package llm-chain-bundle
Short Description Symfony integration bundle for php-llm/llm-chain
License MIT
Package llm-chain-bundle
Short Description Symfony integration bundle for php-llm/llm-chain
License MIT
Please rate this library. Is it a good library?
Informations about the package llm-chain-bundle
LLM Chain Bundle
Symfony integration bundle for php-llm/llm-chain library.
Installation
Configuration
Simple Example with OpenAI
Advanced Example with Anthropic, Azure, Google and multiple chains
Usage
Chain Service
Use the Chain
service to leverage GPT:
Register Tools
To use existing tools, you can register them as a service:
Custom tools can be registered by using the #[AsTool]
attribute:
The chain configuration by default will inject all known tools into the chain.
To disable this behavior, set the tools
option to false
:
To inject only specific tools, list them in the configuration:
Profiler
The profiler panel provides insights into the chain's execution:
All versions of llm-chain-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
php-llm/llm-chain Version ^0.20
symfony/config Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/framework-bundle Version ^6.4 || ^7.0
symfony/string Version ^6.4 || ^7.0
php-llm/llm-chain Version ^0.20
symfony/config Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/framework-bundle Version ^6.4 || ^7.0
symfony/string Version ^6.4 || ^7.0
The package php-llm/llm-chain-bundle contains the following files
Loading the files please wait ....