Azure / aihub

AI Hub Executive Demo HandsOn
https://azure.github.io/aihub
MIT License
48 stars 22 forks source link

Update new AIhub 2.0 #6

Closed Manuss20 closed 7 months ago

Manuss20 commented 7 months ago

This pull request contains changes across multiple controllers and views in the AIHub project. The main changes are the addition of a new AOAIDeploymentName field in several controllers, changes in the way the AnalyzeImage and AnalyzeText methods function, and a shift from returning views to returning the model directly with an Ok(model) response.

Also fixes some fix build warnings.