diff --git a/README.md b/README.md index 9affb7a..75582e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # LLM Chain - Symfony Demo Chatbot Application +> [!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! + Simple Symfony demo application on top of [LLM Chain](https://github.com/php-llm/llm-chain) and its [integration bundle](https://github.com/php-llm/llm-chain-bundle). ## Examples diff --git a/composer.json b/composer.json index 9e883c9..ce37d09 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "type": "project", "description": "Symfony Demo Chat Application", "license": "MIT", + "abandoned": "symfony/ai-demo", "require": { "php": ">=8.4", "ext-ctype": "*",