Procházet zdrojové kódy

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

pull/1063/head
Phuoc Tran před 2 dny
committed by GitHub
rodič
revize
1f5d59ff2b
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
6 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. +8
    -0
      diagrams/azure/ml.py
  2. +6
    -0
      docs/nodes/azure.md
  3. binární
      resources/azure/ml/azure-open-ai.png
  4. binární
      resources/azure/ml/azure-speed-to-text.png
  5. binární
      website/static/img/resources/azure/ml/azure-open-ai.png
  6. binární
      website/static/img/resources/azure/ml/azure-speed-to-text.png

+ 8
- 0
diagrams/azure/ml.py Zobrazit soubor

@@ -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 Zobrazit soubor

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



binární
resources/azure/ml/azure-open-ai.png Zobrazit soubor

Před Za
Šířka: 256  |  Výška: 256  |  Velikost: 51 KiB

binární
resources/azure/ml/azure-speed-to-text.png Zobrazit soubor

Před Za
Šířka: 256  |  Výška: 256  |  Velikost: 7.8 KiB

binární
website/static/img/resources/azure/ml/azure-open-ai.png Zobrazit soubor

Před Za
Šířka: 256  |  Výška: 256  |  Velikost: 51 KiB

binární
website/static/img/resources/azure/ml/azure-speed-to-text.png Zobrazit soubor

Před Za
Šířka: 256  |  Výška: 256  |  Velikost: 7.8 KiB

Načítá se…
Zrušit
Uložit