Forum Discussion

Manand's avatar
Manand
Regular Visitor
3 years ago

Calling Azure Open AI in Power BI

I have been using ChatGPT API in Power BI as a function to get response to prompts. I am using the below code -    let GetOpenAIResponse = (message as text) => let apiKey = "YOUR_OPENAI_API_KEY...