You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 )
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 ?
The text was updated successfully, but these errors were encountered: