Skip to content

Commit eccf525

Browse files
authored
latest stable vision api
1 parent ec42736 commit eccf525

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform-infrastructure/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ resource "azurerm_linux_function_app" "function_app" {
397397
# Azure AI Vision for visual cue detection and image analysis
398398
"VISION_API_ENDPOINT" = azurerm_cognitive_account.ai_vision.endpoint
399399
"VISION_API_KEY" = azurerm_cognitive_account.ai_vision.primary_access_key
400+
"VISION_API_VERSION" = "2023-10-01" # Latest stable API version
400401

401402
# === Azure OpenAI Configuration for LLM-Powered PDF Analysis ===
402403
# Main OpenAI service endpoint and authentication

0 commit comments

Comments
 (0)