From 2c08dbbca0ee9d7fcb39ceb4b50c51903a29df3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acor=C3=A1n=20Gonz=C3=A1lez=20Moray?= <73607305+AcoranGonzalezMoray@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:47:48 +0000 Subject: [PATCH] doc: Added link to demo of using LlamaSharp in a newly created desktop application, requested in the documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4c36f98..9a76cedc 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ The following examples show how to build APPs with LLamaSharp. - [Blazor Demo (with Model Explorer)](https://github.com/alexhiggins732/BLlamaSharp.ChatGpt.Blazor) - [ASP.NET Demo](./LLama.Web/) - [LLamaWorker (ASP.NET Web API like OAI and Function Calling Support)](https://github.com/sangyuxiaowu/LLamaWorker) +- [VirtualPet (Desktop Application)](https://github.com/AcoranGonzalezMoray/VirtualPet-WindowsEdition) ![LLamaSharp-Integrations](./Assets/LLamaSharp-Integrations.png)