From fd215dce84904e08a57b751aa1498d88697df5b2 Mon Sep 17 00:00:00 2001 From: sa_ddam213 Date: Sun, 16 Jul 2023 20:05:21 +1200 Subject: [PATCH] Update Readme --- LLama.Web/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/LLama.Web/README.md b/LLama.Web/README.md index 44a77e07..9b6786e6 100644 --- a/LLama.Web/README.md +++ b/LLama.Web/README.md @@ -1,5 +1,5 @@ -# LLama.Web - Basic ASP.NET Core examples of LLamaSharp in action -**LLama.Web has no heavy dependencies and no extra frameworks ove bootstrap and jquery to keep the examples clean and easy to copy over to your own project** +## LLama.Web - Basic ASP.NET Core examples of LLamaSharp in action +LLama.Web has no heavy dependencies and no extra frameworks ove bootstrap and jquery to keep the examples clean and easy to copy over to your own project ## Websockets Using signalr websockets simplifys the streaming of responses and model per connection management @@ -35,4 +35,7 @@ Example: ``` -## Interative UI +## Interactive UI +The interactive UI is a simple example of using LLammaSharp +![demo-ui](https://i.imgur.com/nQsnWP1.png) +