Saving prompts in an Azure OpenAI chat webapp

Rohit Jain 0 Reputation points
2023-11-03T13:25:11.3433333+00:00

We've been able to successfully develop a webApp that references our own data using gpt3.5 to generate content based on it. The app works great and chat history for each individual user works. However, we'd like a way to save prompts across multiple users so that good prompts can be labeled with use cases, serve as starting points for new users, and can be iteratively improved, ideally with change tracking. Is there a way to do that within the app?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,082 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2023-11-03T14:27:30.3533333+00:00

    @Rohit Jain With the current implementation of the web app, the chat history contains all messages related to the chat and the prompts would have to simply be extracted from there.

    Another option would involve modifying the API (here would be good) that sends the prompts to another service for further processing as required.


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.