Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Sep 18, 2024
1 parent 778e4d4 commit d963dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AIHub/Controllers/ImageAnalyzerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public IActionResult ImageAnalyzer()
[HttpPost]
public async Task<IActionResult> DenseCaptionImage(string image_url, string prompt)
{
string GPT4o_ENDPOINT = $"{AOAIendpoint}openai/deployments/{AOAIDeploymentName}>/chat/completions?api-version=2024-02-15-preview";
string GPT4o_ENDPOINT = $"{AOAIendpoint}openai/deployments/{AOAIDeploymentName}/chat/completions?api-version=2024-02-15-preview";
image_url = image_url + sasUri.Query;

if (string.IsNullOrEmpty(AOAIsubscriptionKey))
Expand Down

0 comments on commit d963dee

Please sign in to comment.