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

chore!: PHP LLM becomes Symfony AI #31

Merged
merged 1 commit into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "project",
"description": "Symfony Demo Chat Application",
"license": "MIT",
"abandoned": "symfony/ai-demo",
"require": {
"php": ">=8.4",
"ext-ctype": "*",
Expand Down
Loading