issue-982: add azure speech to text and Azure OpenAI (#1061)

pull/1063/head
Phuoc Tran 10 months ago committed by GitHub
parent f7abcd0cc1
commit 1f5d59ff2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,6 +8,14 @@ class _Ml(_Azure):
_icon_dir = "resources/azure/ml"
class AzureOpenAI(_Ml):
_icon = "azure-open-ai.png"
class AzureSpeedToText(_Ml):
_icon = "azure-speed-to-text.png"
class BatchAI(_Ml):
_icon = "batch-ai.png"

@ -488,6 +488,12 @@ Node classes list of the azure provider.
## azure.ml
<img width="30" src="/img/resources/azure/ml/azure-open-ai.png" alt="AzureOpenAI" style="float: left; padding-right: 5px;" >
**diagrams.azure.ml.AzureOpenAI**
<img width="30" src="/img/resources/azure/ml/azure-speed-to-text.png" alt="AzureSpeedToText" style="float: left; padding-right: 5px;" >
**diagrams.azure.ml.AzureSpeedToText**
<img width="30" src="/img/resources/azure/ml/batch-ai.png" alt="BatchAI" style="float: left; padding-right: 5px;" >
**diagrams.azure.ml.BatchAI**

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Loading…
Cancel
Save