
Basic
Basic example of integrating GPT into a React App, let's try to chat and maybe ask stuff about legal things, the weather, cool places
Try it now!
Function
This examples now integrates function calling which add steroids on GPT models, now were are able to use our own logic or third-party providers.
Try it now!
Assistant
Now we have super powers! We can define assistants in natural language, and integrate them through the API into our apps!
Try it now!
Bonus
Bonus example using whisper, GPT, and text-to-speech models together with function calling. Everything in a few lines of code.
Try it now!