Openai api chatbot not responding correctly

Hi.

I used openai fine tuning to train the gpt model based on my data. But the chatbot seems to answer incorrectly and is not answering from the data i provided in.jsonl format
Any guide available on how to create a charbot with openai apis ?

I provide .jsonl data to the fine tuning in the dashboard
Best regards

Hi!

It sounds like you were using fine-tuning to inject specific knowledge. Unfortunately, this is not what fine-tuning (under the OpenAI fine-tuning endpoint) is intended for.

You should look into Retrieval-Augmented Generation (RAG) practices instead.

Here’s an OpenAI guide that puts the different pieces together in terms of when to use fine-tuning vs. RAG as well as explains how RAG works: https://platform.openai.com/docs/guides/optimizing-llm-accuracy/understanding-the-tools

Let us know if you have specific follow-up questions.

1 Like