getting no LLM found error
how to chose Azure open ai llm as I am getting no LLM found error
⤵️ Mention @Vapi for follow-ups 🐥


curl --location 'https://api.vapi.ai/credential' \
--header 'authorization: Bearer YOUR_API_KEY_HERE' \
--header 'content-type: application/json' \
--data '{
"provider": "azure-openai",
"models": [
"gpt-4o-2024-08-06"
],
"region": "YOUR_REGION",
"openAIEndpoint": "YOUR_ENDPOINT",
"openAIKey": "YOUR_API_KEY"
}'{
"model": {
"provider": "azure-openai",
"model": "gpt-4o-2024-08-06"
}
}