diff --git a/MyApp/_posts/2023-09-19_building-typechat-coffeeshop-gpt.md b/MyApp/_posts/2023-09-20_building-typechat-coffeeshop-gpt.md similarity index 99% rename from MyApp/_posts/2023-09-19_building-typechat-coffeeshop-gpt.md rename to MyApp/_posts/2023-09-20_building-typechat-coffeeshop-gpt.md index 84c18775..f4d38cc9 100644 --- a/MyApp/_posts/2023-09-19_building-typechat-coffeeshop-gpt.md +++ b/MyApp/_posts/2023-09-20_building-typechat-coffeeshop-gpt.md @@ -20,11 +20,15 @@ The result of which produces a functionally equivalent [/coffeeshop/schema.ts](https://github.com/NetCoreApps/CoffeeShop/blob/main/CoffeeShop/gpt/coffeeshop/schema.ts) powered by the data in CoffeeShop's Database. -## CoffeeShop UI +## CoffeeShop .NET App The purpose of which is to implement a CoffeeShop Menu which can fulfil ordering any of the products along with any toppings, customizations and preparation options listed by the App's database and resulting TypeScript Schema. +
+ +
+ The resulting App implements a standard Web UI to navigate all categories and products offered in the CoffeeShop Menu, that also supports an Audio Input letting customers order from the Menu using their **Voice** - which relies on Open AI's GPT services utilising Microsoft's [TypeChat](https://github.com/microsoft/TypeChat) schema prompt and node library