Food Ordering Bot with Langchain and OpenAI function calling
Introduction
In this blog, we'll use OpenAI Function Calling to create a pizza ordering bot that interacts with users and takes their orders. The bot performs 3 operations:
Greet the user.
Take Orders from the user.
Update the user on the order st...
rito.hashnode.dev11 min read
vikrant sharma
Hi Rito, I was trying to achieve the same using ChatGroq. However, I am not getting additional_kwargs . Any workaround?