I have an e-commerce website and want to integrate a custom chatbot. I’m using the OpenAI API with PHP code to communicate with a GPT model. However, when I fine-tuned the model, it only responds accurately when asked the exact questions from the training data. If the question is rephrased or asked in a slightly different way, it returns irrelevant information instead of the correct data from my website.
How can I fine-tune the model so it can handle varied or rephrased questions?