diff --git a/README.md b/README.md index f0775e5..16dd3ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # LLM Chain Bundle +> [!IMPORTANT] +> **PHP LLM becomes Symfony AI** - this project moved to [github.com/symfony/ai](https://github.com/symfony/ai). +> Please use the new repository for all future development, issues, and contributions. +> Thanks for your contributions - we hope to see you at Symfony AI! + Symfony integration bundle for [php-llm/llm-chain](https://github.com/php-llm/llm-chain) library. ## Installation diff --git a/composer.json b/composer.json index 39e1e4f..2cb7881 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "email": "oskarstark@googlemail.com" } ], + "abandoned": "symfony/ai-bundle", "require": { "php": ">=8.2", "php-llm/llm-chain": "^0.24",