瀏覽代碼

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

pull/1063/head
Phuoc Tran 2 天之前
committed by GitHub
父節點
當前提交
1f5d59ff2b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 6 個檔案被更改,包括 14 行新增0 行删除
  1. +8
    -0
      diagrams/azure/ml.py
  2. +6
    -0
      docs/nodes/azure.md
  3. 二進制
      resources/azure/ml/azure-open-ai.png
  4. 二進制
      resources/azure/ml/azure-speed-to-text.png
  5. 二進制
      website/static/img/resources/azure/ml/azure-open-ai.png
  6. 二進制
      website/static/img/resources/azure/ml/azure-speed-to-text.png

+ 8
- 0
diagrams/azure/ml.py 查看文件

@@ -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"



+ 6
- 0
docs/nodes/azure.md 查看文件

@@ -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**



二進制
resources/azure/ml/azure-open-ai.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 51 KiB

二進制
resources/azure/ml/azure-speed-to-text.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 7.8 KiB

二進制
website/static/img/resources/azure/ml/azure-open-ai.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 51 KiB

二進制
website/static/img/resources/azure/ml/azure-speed-to-text.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 7.8 KiB

Loading…
取消
儲存