Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 8463f23

Browse files
authored
chore!: PHP LLM becomes Symfony AI (#31)
1 parent 3dd4eb3 commit 8463f23

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# LLM Chain - Symfony Demo Chatbot Application
22

3+
> [!IMPORTANT]
4+
> **PHP LLM becomes Symfony AI** - this project moved to [github.com/symfony/ai](https://github.com/symfony/ai).
5+
> Please use the new repository for all future development, issues, and contributions.
6+
> Thanks for your contributions - we hope to see you at Symfony AI!
7+
38
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).
49

510
## Examples

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "project",
44
"description": "Symfony Demo Chat Application",
55
"license": "MIT",
6+
"abandoned": "symfony/ai-demo",
67
"require": {
78
"php": ">=8.4",
89
"ext-ctype": "*",

0 commit comments

Comments
 (0)