Public/Show-OAIAPIReferenceWebPage.ps1

function Show-OAIAPIReferenceWebPage {
    Start-Process 'https://platform.openai.com/docs/api-reference'
}