diff --git a/src/AIHub/Views/ImageAnalyzer/ImageAnalyzer.cshtml b/src/AIHub/Views/ImageAnalyzer/ImageAnalyzer.cshtml index 47c3996..78323ff 100644 --- a/src/AIHub/Views/ImageAnalyzer/ImageAnalyzer.cshtml +++ b/src/AIHub/Views/ImageAnalyzer/ImageAnalyzer.cshtml @@ -29,10 +29,9 @@

Image Analyzer with Azure OpenAI Services

Optimize your visual content strategies using our service, which allows you to analyze your - images using the advanced artificial intelligence of GPT-4 and Azure Vision Services. Uncover + images using the advanced artificial intelligence of GPT-4o latest model. Uncover patterns, gain meaningful insights, and improve your data-driven decision making with accurate - and comprehensive data provided by our system. Analyze your image using GPT4 and Azure Vision - Services. + and comprehensive data provided by our system. Analyze your image using GPT4o.

@@ -45,7 +44,7 @@
+ rows="9">@(Model.Prompt ?? "Describe the image in detail")
diff --git a/src/AIHub/Views/VideoAnalyzer/VideoAnalyzer.cshtml b/src/AIHub/Views/VideoAnalyzer/VideoAnalyzer.cshtml index 8f80152..7b8981e 100644 --- a/src/AIHub/Views/VideoAnalyzer/VideoAnalyzer.cshtml +++ b/src/AIHub/Views/VideoAnalyzer/VideoAnalyzer.cshtml @@ -45,7 +45,7 @@
+ rows="9">@(Model.Prompt ?? "Describe the video in detail")