For the following text, summarize the idea,
extract meaningful questions and give possible answers.
Hello everyone,
Quick question please as I am a full stack developer.
I would like to create a live chat that replies to clients using a set of questions and answers from a file.
Could you please tell me, using OPENAI which model should be used for this and if there is a way to upload a file with all the questions and answers directly within OPENAI.
I saw some answers about using a database but I am worried of the delays between taking the data off my DB, analyzing it and replaying to the client.
The best would be a set of responses data set directly from the source of OPENAI.
I would really like to have a bit of information on this as I am not really sure how to use OPENAI for this kind of usage.
I am ok to generate text from the API, but not based on preset data.
Thanks all!