Skip to content

Commit 0e47ebe

Browse files
authored
Merge pull request #733 from hyoshioka0128/patch-25
Update README.md (Typo "Azure Open AI"→"Azure OpenAI")
2 parents 0d18b39 + 42db567 commit 0e47ebe

File tree

1 file changed

+3
-3
lines changed
  • 06-text-generation-apps/translations/ja-jp

1 file changed

+3
-3
lines changed

06-text-generation-apps/translations/ja-jp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ pip install openai
8787
下記の手順に従い操作を行なってください:
8888

8989
- Azure のアカウントを作成します。[https://azure.microsoft.com/free/](https://azure.microsoft.com/free/?WT.mc_id=academic-105485-yoterada)
90-
- Azure Open AI へのアクセス権限を取得します。[https://learn.microsoft.com/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai](https://learn.microsoft.com/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai?WT.mc_id=academic-105485-yoterada) からアクセス申請を提出します
90+
- Azure OpenAI へのアクセス権限を取得します。[https://learn.microsoft.com/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai](https://learn.microsoft.com/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai?WT.mc_id=academic-105485-yoterada) からアクセス申請を提出します
9191

9292
> [!NOTE]
93-
> 本記事の執筆時には、Azure Open AI へのアクセスを申請する必要があります。
93+
> 本記事の執筆時には、Azure OpenAI へのアクセスを申請する必要があります。
9494
9595
- Python をインストールします。 <https://www.python.org/>
9696
- Azure OpenAI Service リソースを作成します。[リソースの作成方法](https://learn.microsoft.com/azure/ai-services/openai/how-to/create-resource?pivots=web-portal?WT.mc_id=academic-105485-yoterada)については、こちらのガイドをご参照ください。
@@ -122,7 +122,7 @@ openai.api_base = os.getenv("API_BASE")
122122

123123
上記は、それぞれ下記の設定を行っています:
124124

125-
- `api_type``azure`に設定します。これにより、ライブラリは OpenAI ではなく Azure Open AI に接続します。
125+
- `api_type``azure`に設定します。これにより、ライブラリは OpenAI ではなく Azure OpenAI に接続します。
126126
- `api_key`は、Azure Portal で取得した API キーを設定します。
127127
- `api_version`は、使用する API のバージョンです。執筆時点での最新バージョンは`2023-05-15`です。
128128
- `api_base` は API のエンドポイントです。これは、Azure Portal の API キーの下側に記載されています。

0 commit comments

Comments
 (0)