From 6ebff05962d70ea7ee4f1f46375e454a90e9dd23 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Wed, 22 Jan 2025 20:09:19 +0100 Subject: [PATCH] docs: reference demo application --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2aac541..6691625d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ for API keys or deployment configurations or create a `.env.local` based on `.en To run all examples, use `make run-all-examples` or `php example`. +For a more sophisticated demo, see the [Symfony Demo Application](https://github.com/php-llm/symfony-demo). + ## Basic Concepts & Usage ### Models & Platforms