Skip to content

Commit

Permalink
Update 2023-09-20_building-typechat-coffeeshop-gpt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 20, 2023
1 parent 312ad89 commit b6af7ea
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="py-8 max-w-7xl mx-auto px-4 sm:px-6">
<lite-youtube class="w-full mx-4 my-4" width="560" height="315" videoid="OtgrIdkvw-4" style="background-image: url('https://img.youtube.com/vi/OtgrIdkvw-4/maxresdefault.jpg')"></lite-youtube>
</div>

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
Expand Down

0 comments on commit b6af7ea

Please sign in to comment.