Raj
Results
1
comments of
Raj
I faced this when i used OpenAI and AzureOpenAI both, since env first reads Azure key related environment variable, then OpenAI key. const openai = new OpenAI({ apiKey: AZURE_OPENAI_API_KEY, basePath:...