Azure open AI Gpt-35-model

frederick abila 20 Reputation points
2023-05-06T12:09:11.11+00:00

I have created a successful ai Chatbot using azure gpt-35-model. It is a react native app and whenever I create a chat prompt it doesn't recall whatever I said earlier. Is there a way to save the chat sessions and also give the AI access so that it has a history of our previous chats and can respond to them

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,944 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasimTamboli 4,910 Reputation points
    2023-05-06T18:49:54.9733333+00:00

    Yes, it is possible to save chat sessions in your Azure GPT-3.5 model-based Chatbot. One way to do this is to store the conversation history in a database or some other storage solution. Then, when the user interacts with the Chatbot again, you can retrieve the history from the storage and use it to provide a more personalized and context-aware experience.

    To enable your AI to access the chat history, you can use techniques such as natural language processing (NLP) and sentiment analysis to analyze the conversation data and extract meaningful insights. This can help your AI better understand the user's intent and tailor its responses accordingly.

    To implement these features in your Chatbot, you may want to consider using Azure services such as Azure Cosmos DB for storage, Azure Cognitive Services for NLP and sentiment analysis, and Azure Functions for processing and retrieving the conversation data. You can also explore other Azure services and tools that are relevant to your use case.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.