Skip to content

Commit 2f90d49

Browse files
authored
updated to newer 2024
1 parent eccf525 commit 2f90d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform-infrastructure/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +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
400+
"VISION_API_VERSION" = "2024-02-01" # Latest stable API version
401401

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

0 commit comments

Comments
 (0)