Is Dialogflow still relevant in the era of Large Language Models?
Moved here
You may also like
Gemini Pro vs Gemini Flash: Which is more accurate?
In my Udemy course, I tried to extract the outcome for a VAERS report using both Gemini Flash and Gemini Pro (latest). Here is how it works: I first tried using Gemini Pro and got pretty poor accuracy on this task. Surprisingly, even though Gemini Flash is supposed to be …
How to use Gemini response_schema
You can use Gemini response_schema to get structured output from your text input. How to extract numerical values Sample code Response from Gemini: You might have noticed that I use an Explanation class along with the field I want to extract. Here is why
A simple way to increase the accuracy of GPT4 API
You can increase the accuracy of the response for the Structured Output from GPT4 API by asking for an Explanation How to ask for an explanation? Just add an explanation class to each output parameter you expect, like below! (Yes, GPT and Gemini LLMs are both smart enough to infer …