Open bohailaoyao opened 1 year ago
based on which you should be able to connect to Azure by setting up the params below together with your api key
openai.api_type = "azure" openai.api_base = os.getenv("AZURE_OPENAI_ENDPOINT") openai.api_key = "YOUR OPENAI KEY"
How can I do that? Can someone help me?