ruoccofabrizio / azure-open-ai-embeddings-qna

A simple web application for a OpenAI-enabled document search. This repo uses Azure OpenAI Service for creating embeddings vectors from documents. For answering the question of a user, it retrieves the most relevant document and then uses GPT-3, GPT-3.5 or GPT-4 to extract the matching answer for the question.
https://azure.microsoft.com/en-us/products/cognitive-services/openai-service
MIT License
842 stars 510 forks source link

Is there an option to provide system message if chat deployment type is used? #91

Open JljHook opened 1 year ago

theVelislavKolesnichenko commented 1 year ago

Hello, did you find an answer to this question?

MKFScoop commented 1 year ago

Hello, I am also looking for an answer to this. Has anyone managed to include a system message with the chain?