Is it possible to create three-way communication bot with openai ? This bot will be the middle man between buyer and seller. Any conversation could take multiple days to complete. Is it possible to implement this with openai ? Because openai cannot keep things in memory right ?
The data has to be store in a database and openAI should be instructed to read conversation from the database everytime right ?
Also openAI takes a long time to reply. This is also a concern for our stakeholders.
Is openAI right choice for this at all ? Or there is some other solution ?