We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec42736 commit eccf525Copy full SHA for eccf525
1 file changed
terraform-infrastructure/main.tf
@@ -397,6 +397,7 @@ resource "azurerm_linux_function_app" "function_app" {
397
# Azure AI Vision for visual cue detection and image analysis
398
"VISION_API_ENDPOINT" = azurerm_cognitive_account.ai_vision.endpoint
399
"VISION_API_KEY" = azurerm_cognitive_account.ai_vision.primary_access_key
400
+ "VISION_API_VERSION" = "2023-10-01" # Latest stable API version
401
402
# === Azure OpenAI Configuration for LLM-Powered PDF Analysis ===
403
# Main OpenAI service endpoint and authentication
0 commit comments