Alexander Aivars

Results 2 comments of Alexander Aivars

Not really a security issue since all code in app would be exposed anyway since this cointains the isomorphic code and in this case server.js would contain "secret" code. I...

I encountered the same issue and realized that I had mistakenly confused AZURE_OPENAI_BASE_PATH with AZURE_OPENAI_API_ENDPOINT. Adding openai/deployments to the AZURE_OPENAI_API_ENDPOINT resolved the problem. It would have been helpful if the...