Skip to content

Commit

Permalink
Update 2023-09-12_building-typechat-coffeeshop-modelling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 5, 2023
1 parent 3c5e681 commit 22ee3f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1126,5 +1126,5 @@ export interface Creamers {
export type OptionQuantity = 'no' | 'light' | 'regular' | 'extra' | number;
```

In part 2 we'll cover the different options and challenges to use this schema to build a functional Voice Activated
Order Page for our CoffeeShop comparing the results of using different Transcribing and LLM Providers.
Come back at the end of this week for Part 2 which we'll cover the different options and challenges to use this schema to create a
functional Voice Command Activated Order System for our CoffeeShop comparing the results of using different Transcribing and LLM Providers.

0 comments on commit 22ee3f4

Please sign in to comment.