Chatbot using OpenAI & Customm Model

Hello All,

I am pretty much new to OpenAI and want to know if I want to create a chatbot, for example a medicare bot which will ask series of questions but the bot should respond using openAI model (but custom ones), is it possible , any reference or documentation which can be refered?

Thanks in advance.

Regards
CJ

2 Likes

Hi and welcome to the OpenAI Developer Community!

What you seem to be looking for is the Assistants API or GPTs, I recommend reading the documentation carefully so you get a better understanding of the limitation of the model.

Here’s some documentation I recommend on understanding the differences between fine-tuning and RAG.

It’s extremely important to understand that these tools aren’t magic, don’t expect them to be perfect and do not believe everything they say (hallucinations are still a serious issue!)

2 Likes