ソースを参照

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 ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 51 KiB

バイナリ
resources/azure/ml/azure-speed-to-text.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 7.8 KiB

バイナリ
website/static/img/resources/azure/ml/azure-open-ai.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 51 KiB

バイナリ
website/static/img/resources/azure/ml/azure-speed-to-text.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 7.8 KiB

読み込み中…
キャンセル
保存