You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
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).
4
4
5
5
## Examples
6
+
6
7

7
8
8
9
## Requirements
@@ -34,6 +35,7 @@ The setup is split into three parts, the Symfony application, the OpenAI configu
34
35
### 1. Symfony App
35
36
36
37
Checkout the repository, start the docker environment and install dependencies:
**Don't forget to set up the project in your favorite IDE or editor.**
85
+
**Don't forget to set up the project in your favorite IDE or editor.**
74
86
75
87
## Functionality
76
88
77
89
* The chatbot application is a simple and small Symfony 7.2 application.
78
-
* The UI is coupled to a Twig LiveComponent, that integrates different `Chat` implementations on top of the user's session.
90
+
* The UI is coupled to a [Twig LiveComponent](https://symfony.com/bundles/ux-live-component/current/index.html), that integrates different `Chat` implementations on top of the user's session.
79
91
* You can reset the chat context by hitting the `Reset` button in the top right corner.
80
-
* You find three different usage scenarios in the upper navbar.
92
+
* You find three different usage scenarios in the upper navbar.
0 commit comments