openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
MIT License
21.06k stars 3.69k forks source link

connection to Azure OpenAI services possible? #46

Open Paeaede opened 1 year ago

Paeaede commented 1 year ago

This is great, thanks! Adding support to connect to Azure OpenAI might be helpful for corporate environments

It can be changed under https://github.com/openai/chatgpt-retrieval-plugin/blob/main/services/openai.py however, general support e.g. by means of reading it from an env variable might be an idea?

ShehzadMohammed commented 1 year ago

what exactly is the use case for reading env variables? Are we reading directly from the Azure site such as app services?