gpt-3.5-chat-bot icon indicating copy to clipboard operation
gpt-3.5-chat-bot copied to clipboard

MongoDB Integration

Open instax-dutta opened this issue 2 years ago • 3 comments

can you make a mongodb integration for it so that it can save the responses and retrieve responses of repetitive questions/chats from the db instead of calling the api all the time ?

instax-dutta avatar Apr 07 '23 15:04 instax-dutta

Why do you want that really what's the problem with calling the api all the time?

NanduBit avatar May 04 '23 06:05 NanduBit

Why do you want that really what's the problem with calling the api all the time?

Maybe because of performance so that the replies are given faster. But I see a problem here because if the AI gives a wrong answer once, it will give this wrong answer all the time.

RobinsonMario avatar May 09 '23 13:05 RobinsonMario

Why do you want that really what's the problem with calling the api all the time?

Maybe because of performance so that the replies are given faster. But I see a problem here because if the AI gives a wrong answer once, it will give this wrong answer all the time.

How about making a refresh command so that all the past message of the user does not get involved in the conversationlog array resulting the bot to tell a fresh new reply( but I doubt it will ever happen )

NanduBit avatar May 14 '23 12:05 NanduBit