Hi Devs
I've recently built an AI assistant using OpenAI to handle FAQs & Information for my product. I don't have much experience with Python, and I'm a bit confused about using the dashboard, especially when it comes to completions or batches and threads inside the assistant
I'm not sure if I need to do all the coding or set up the assistant in a specific environment, or if I can just handle everything through the dashboard and then integrate it into my code.
I've also been trying to make the bot generate new response messages instead of just copying and pasting static content. I want it to use data to interact with users intelligently, but I haven't had much luck so far. I've tried searching for solutions but haven't found anything helpful.
When I tried fine-tuning the data, the results were poor. The bot was giving incorrect responses that weren't even related to the information I provided.
If anyone could help me understand how the dashboard and coding work together, or recommend a helpful YouTube video, I'd really appreciate it. I'm just looking for some guidance on where to start on OpenAI API