Hello Everyone. I hope are doing great. I am a s...
# 💻developers
r
Hello Everyone. I hope are doing great. I am a software engineer. I am building a chat bot using OpenAI. But have challenging work that i couldn't find a way to solve it. Here is my requirements : I have a tour booking system. I have created a chatbot using OpenAI. I have fine-tuned it with my Q&A data, and I am also using embeddings to provide context with questions, which I have stored in some JSON files. Additionally, I need to pass dynamic data to my model, such as tour-related information like available tours, prices, and multiple-person packages, which I can obtain by calling an API. How can I do that? Can anyone help me with this?