View Diff on GitHub
ハイライト
以下のコード変更により、多数のドキュメントが最新情報に基づいて更新されました。新機能や破壊的変更は含まれていませんが、各ドキュメントの日付が変更されています。一部のドキュメントでは、内容が最新の技術やモデルに基づいて改訂されています。
新機能
- 最新のGPT-4oモデルに関する情報の追加
- 表記の統一や説明の改善
破壊的変更
その他の更新
- ドキュメントの日付の更新
- 一部の説明や表現の修正や改善
洞察
複数のファイルに対する日付更新と内容の小規模な修正に焦点を当てた変更です。これらの変更は、主にドキュメントの最新性を保つためのものであり、技術的な内容がより明確かつ正確に反映されるようにされています。
例えば、customizing-llms.md
とlatency.md
の変更では、最新のGPT-4oモデルに関する情報が追加され、ユーザーが最新の技術に関する詳細情報を容易に得られるようになっています。また、表記の一貫性を持たせるための文言修正や、読みやすさを向上させるための表現の改善も行われています。
一方で、model-versions.md
での変更は、モデルのバージョン管理とアップデートポリシーに関する説明をシンプルに整理することで、ユーザーがより理解しやすくしています。さらに、azure-search.md
のように日付の更新のみが含まれるものでは、将来的に新しい情報を追加する準備が整えられます。
これらの変更により、ドキュメント全体の質が向上し、ユーザーが最新の技術情報を容易にアクセスしやすくなることが期待されます。ドキュメントのメタデータを最新の情報に更新することにより、信頼性が向上し、新しい著者情報も反映されることで、今後の更新も期待できる状況となっています。
Summary Table
Modified Contents
articles/ai-services/openai/chatgpt-quickstart.md
Diff
@@ -9,7 +9,7 @@ ms.custom: build-2023, build-2023-dataai, devx-track-python, devx-track-dotnet,
ms.topic: quickstart
author: mrbullwinkle
ms.author: mbullwin
-ms.date: 08/31/2023
+ms.date: 09/20/2024
zone_pivot_groups: openai-quickstart-new
recommendations: false
---
Summary
{
"modification_type": "minor update",
"modification_title": "ChatGPTクイックスタートの日付の更新"
}
Explanation
このコードの変更は、chatgpt-quickstart.md
ファイル内の日付を更新することに関連しています。具体的には、以前の日付である「2023年8月31日」を「2024年9月20日」に変更しました。この修正は、ドキュメントの最新の有効性を保つための小さな更新です。変更は1行追加され、1行削除されており、合計2行が修正されています。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/concepts/abuse-monitoring.md
Diff
@@ -6,7 +6,7 @@ author: mrbullwinkle
ms.author: mbullwin
ms.service: azure-ai-openai
ms.topic: conceptual
-ms.date: 04/30/2024
+ms.date: 09/20/2024
ms.custom: template-concept
manager: nitinme
---
Summary
{
"modification_type": "minor update",
"modification_title": "悪用監視のドキュメントの日付の更新"
}
Explanation
このコードの変更は、abuse-monitoring.md
ファイル内の日付を更新することに関連しています。具体的には、元の日付「2024年4月30日」を「2024年9月20日」に変更しました。この修正は、ドキュメントの最新の有効性を反映するための小さな更新です。変更は1行追加され、1行削除されており、合計2行が修正されています。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/concepts/customizing-llms.md
Diff
@@ -3,7 +3,7 @@ title: Azure OpenAI Service getting started with customizing a large language mo
titleSuffix: Azure OpenAI Service
description: Learn more about the concepts behind customizing an LLM with Azure OpenAI.
ms.topic: conceptual
-ms.date: 03/26/2024
+ms.date: 09/20/2024
ms.service: azure-ai-openai
manager: nitinme
author: mrbullwinkle
@@ -76,9 +76,9 @@ Fine-tuning requires the use of high-quality training data, in a [special exampl
### Illustrative use case
-An IT department has been using GPT-4 to convert natural language queries to SQL, but they have found that the responses are not always reliably grounded in their schema, and the cost is prohibitively high.
+An IT department has been using GPT-4o to convert natural language queries to SQL, but they have found that the responses are not always reliably grounded in their schema, and the cost is prohibitively high.
-They fine-tune GPT-3.5-Turbo with hundreds of requests and correct responses and produce a model that performs better than the base model with lower costs and latency.
+They fine-tune GPT-4o mini with hundreds of requests and correct responses and produce a model that performs better than the base model with lower costs and latency.
### Things to consider
@@ -90,13 +90,13 @@ They fine-tune GPT-3.5-Turbo with hundreds of requests and correct responses and
- Fine-tuning costs:
- - Fine-tuning can reduce costs across two dimensions: (1) by using fewer tokens depending on the task (2) by using a smaller model (for example GPT 3.5 Turbo can potentially be fine-tuned to achieve the same quality of GPT-4 on a particular task).
+ - Fine-tuning can reduce costs across two dimensions: (1) by using fewer tokens depending on the task (2) by using a smaller model (for example GPT-4o mini can potentially be fine-tuned to achieve the same quality of GPT-4o on a particular task).
- Fine-tuning has upfront costs for training the model. And additional hourly costs for hosting the custom model once it's deployed.
### Getting started
- [When to use Azure OpenAI fine-tuning](./fine-tuning-considerations.md)
- [Customize a model with fine-tuning](../how-to/fine-tuning.md)
-- [Azure OpenAI GPT 3.5 Turbo fine-tuning tutorial](../tutorials/fine-tune.md)
+- [Azure OpenAI GPT-4o Turbo fine-tuning tutorial](../tutorials/fine-tune.md)
- [To fine-tune or not to fine-tune? (Video)](https://www.youtube.com/watch?v=0Jo-z-MFxJs)
\ No newline at end of file
Summary
{
"modification_type": "minor update",
"modification_title": "大規模言語モデルのカスタマイズに関するドキュメントの修正"
}
Explanation
このコードの変更は、customizing-llms.md
ファイルにおける大規模言語モデル(LLM)のカスタマイズに関する内容を更新することに関連しています。主な変更点は以下の通りです:
- ドキュメントの日付が「2024年3月26日」から「2024年9月20日」に変更されました。
- GPT-4に関する記述が「GPT-4」から「GPT-4o」に変更されました。
- GPT-3.5-Turboに言及していた部分が、同様の理由で「GPT-4o mini」に置き換えられました。
- リスト内のチュートリアルの項目も更新され、新しいモデルに関連する情報が反映されています。
この変更は、内容の整合性と最新性を保持するための小さな更新であり、全体で5行の追加と削除が行われ、合計10行が変更されています。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/concepts/model-versions.md
Diff
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
description: Learn about model versions in Azure OpenAI.
ms.service: azure-ai-openai
ms.topic: conceptual
-ms.date: 10/30/2023
+ms.date: 09/20/2024
manager: nitinme
author: mrbullwinkle #ChrisHMSFT
ms.author: mbullwin #chrhoder
@@ -15,15 +15,11 @@ recommendations: false
Azure OpenAI Service is committed to providing the best generative AI models for customers. As part of this commitment, Azure OpenAI Service regularly releases new model versions to incorporate the latest features and improvements from OpenAI.
-In particular, the GPT-3.5 Turbo and GPT-4 models see regular updates with new features. For example, versions 0613 of GPT-3.5 Turbo and GPT-4 introduced function calling. Function calling is a popular feature that allows the model to create structured outputs that can be used to call external tools.
-
## How model versions work
We want to make it easy for customers to stay up to date as models improve. Customers can choose to start with a particular version and to automatically update as new versions are released.
-When a customer deploys GPT-3.5-Turbo and GPT-4 on Azure OpenAI Service, the standard behavior is to deploy the current default version – for example, GPT-4 version 0314. When the default version changes to say GPT-4 version 0613, the deployment is automatically updated to version 0613 so that customer deployments feature the latest capabilities of the model.
-
-Customers can also deploy a specific version like GPT-4 0613 and choose an update policy, which can include the following options:
+When you deploy a model you can choose an update policy, which can include the following options:
* Deployments set to **Auto-update to default** automatically update to use the new default version.
* Deployments set to **Upgrade when expired** automatically update when its current version is retired.
Summary
{
"modification_type": "minor update",
"modification_title": "モデルバージョンに関するドキュメントの内容更新"
}
Explanation
このコードの変更は、model-versions.md
ファイル内のモデルバージョンに関する情報を更新することに関連しています。主な変更点は以下の通りです:
- ドキュメントの日付が「2023年10月30日」から「2024年9月20日」に更新されました。
- GPT-3.5 TurboとGPT-4モデルにおける新機能の具体例(バージョン0613)が削除され、一般的な文言に置き換えられました。この部分では、モデルのバージョン管理とアップデートポリシーについての説明がよりシンプルに整理されています。
- モデルのデプロイ時に選択できるアップデートポリシーに関する説明が強調され、具体的な選択肢のリストが保持されています。
この変更により、モデルバージョンの管理方法が明確化され、顧客が最新の機能を簡単に利用できるようになることを目指しています。全体で2行が追加され、6行が削除され、合計8行が変更されています。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/concepts/red-teaming.md
Diff
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI Service
description: Learn about how red teaming and adversarial testing are an essential practice in the responsible development of systems and features using large language models (LLMs)
ms.service: azure-ai-openai
ms.topic: conceptual
-ms.date: 11/03/2023
+ms.date: 09/20/2023
manager: nitinme
author: mrbullwinkle
ms.author: mbullwin
Summary
{
"modification_type": "minor update",
"modification_title": "レッドチーミングに関するドキュメントの日付更新"
}
Explanation
このコードの変更は、red-teaming.md
ファイル内のレッドチーミングと対立テストに関する内容の更新に関連しています。主な変更点は以下の通りです:
- ドキュメントの日付が「2023年11月3日」から「2023年9月20日」に変更されました。これは、内容の新鮮さを保つための更新です。
全体で1行の追加と1行の削除が行われ、合計2行の変更があります。変更の内容は日付の更新に限定されており、他の情報に影響を与えません。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/concepts/system-message.md
Diff
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI Service
description: Learn about how to construct system messages also know as metaprompts to guide an AI system's behavior.
ms.service: azure-ai-openai
ms.topic: conceptual
-ms.date: 03/26/2024
+ms.date: 09/20/2024
ms.custom:
- ignite-2023
manager: nitinme
@@ -69,7 +69,7 @@ Here are some examples of lines you can include:
## Provide examples to demonstrate the intended behavior of the model
-When using the system message to demonstrate the intended behavior of the model in your scenario, it is helpful to provide specific examples. When providing examples, consider the following:
+When using the system message to demonstrate the intended behavior of the model in your scenario, it's helpful to provide specific examples. When providing examples, consider the following:
- **Describe difficult use cases** where the prompt is ambiguous or complicated, to give the model more visibility into how to approach such cases.
@@ -166,7 +166,7 @@ Here are some examples of lines you can include to potentially mitigate differen
Indirect attacks, also referred to as Indirect Prompt Attacks, or Cross Domain Prompt Injection Attacks, are a type of prompt injection technique where malicious instructions are hidden in the ancillary documents that are fed into Generative AI Models. We’ve found system messages to be an effective mitigation for these attacks, by way of spotlighting.
-**Spotlighting** is a family of techniques that helps large language models (LLMs) distinguish between valid system instructions and potentially untrustworthy external inputs. It is based on the idea of transforming the input text in a way that makes it more salient to the model, while preserving its semantic content and task performance.
+**Spotlighting** is a family of techniques that helps large language models (LLMs) distinguish between valid system instructions and potentially untrustworthy external inputs. It's based on the idea of transforming the input text in a way that makes it more salient to the model, while preserving its semantic content and task performance.
- **Delimiters** are a natural starting point to help mitigate indirect attacks. Including delimiters in your system message helps to explicitly demarcate the location of the input text in the system message. You can choose one or more special tokens to prepend and append the input text, and the model will be made aware of this boundary. By using delimiters, the model will only handle documents if they contain the appropriate delimiters, which reduces the success rate of indirect attacks. However, since delimiters can be subverted by clever adversaries, we recommend you continue on to the other spotlighting approaches.
@@ -182,7 +182,7 @@ Below is an example of a potential system message, for a retail company deployin
:::image type="content" source="../media/concepts/system-message/template.png" alt-text="Screenshot of metaprompts influencing a chatbot conversation." lightbox="../media/concepts/system-message/template.png":::
-Finally, remember that system messages, or metaprompts, are not "one size fits all." Use of these type of examples has varying degrees of success in different applications. It is important to try different wording, ordering, and structure of system message text to reduce identified harms, and to test the variations to see what works best for a given scenario.
+Finally, remember that system messages, or metaprompts, are not "one size fits all." Use of these type of examples has varying degrees of success in different applications. It's important to try different wording, ordering, and structure of system message text to reduce identified harms, and to test the variations to see what works best for a given scenario.
## Next steps
Summary
{
"modification_type": "minor update",
"modification_title": "システムメッセージに関するドキュメントの内容更新"
}
Explanation
このコードの変更は、system-message.md
ファイル内でシステムメッセージ、またはメタプロンプトに関する情報を更新することに関連しています。主な変更点は以下の通りです:
- ドキュメントの日付が「2024年3月26日」から「2024年9月20日」に変更され、新しい情報を反映するよう更新されました。
- 「特定の例を提供することが役立つ」という表現が少し修正され、「it’s」などの短縮形が使われています。この修正は文の流れをより自然にし、読みやすさを向上させることを目的としています。
- その他の文言も短縮形や言い回しが微調整され、同じように読みやすさを考慮しています。
全体として、4行の追加と4行の削除が行われ、合計8行の変更があります。この更新により、システムメッセージの構造や使用例に関する説明が洗練され、読者にとってさらに理解しやすくなっています。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/how-to/latency.md
Diff
@@ -5,7 +5,7 @@ description: Learn about performance and latency with Azure OpenAI
manager: nitinme
ms.service: azure-ai-openai
ms.topic: how-to
-ms.date: 02/07/2024
+ms.date: 09/20/2024
author: mrbullwinkle
ms.author: mbullwin
recommendations: false
@@ -52,7 +52,7 @@ There are several factors that you can control to improve per-call latency of yo
### Model selection
-Latency varies based on what model you're using. For an identical request, expect that different models have different latencies for the chat completions call. If your use case requires the lowest latency models with the fastest response times, we recommend the latest models in the [GPT-3.5 Turbo model series](../concepts/models.md#gpt-35-models).
+Latency varies based on what model you're using. For an identical request, expect that different models have different latencies for the chat completions call. If your use case requires the lowest latency models with the fastest response times, we recommend the latest [GPT-4o mini model](../concepts/models.md).
### Generation size and Max tokens
@@ -128,7 +128,7 @@ Time from the first token to the last token, divided by the number of generated
## Summary
-* **Model latency**: If model latency is important to you, we recommend trying out our latest models in the [GPT-3.5 Turbo model series](../concepts/models.md).
+* **Model latency**: If model latency is important to you, we recommend trying out the [GPT-4o mini model](../concepts/models.md).
* **Lower max tokens**: OpenAI has found that even in cases where the total number of tokens generated is similar the request with the higher value set for the max token parameter will have more latency.
Summary
{
"modification_type": "minor update",
"modification_title": "レイテンシに関するドキュメントのモデル推奨更新"
}
Explanation
このコードの変更は、latency.md
ファイル内でレイテンシとモデル選択に関する情報を更新することに関連しています。主な変更点は以下の通りです:
- ドキュメントの日付が「2024年2月7日」から「2024年9月20日」に更新され、新しい情報を反映しています。
- モデル選択に関する推奨が変更され、これまでの「GPT-3.5 Turboモデルシリーズ」から「最新のGPT-4o miniモデル」への推奨に更新されています。これにより、ユーザーはより優れたパフォーマンスを得ることができるモデルについての情報がもたらされています。
- この変更に関連し、ドキュメントの要約部分でも同様に推奨されるモデルが更新されています。
全体で3行の追加と3行の削除が行われ、合計6行の変更があります。この更新により、レイテンシに関する最新の推奨情報が提供され、読者にとっての有用性がさらに高まることが期待されます。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/how-to/migration.md
Diff
@@ -7,13 +7,13 @@ ms.author: mbullwin
ms.service: azure-ai-openai
ms.custom: devx-track-python
ms.topic: how-to
-ms.date: 02/26/2024
+ms.date: 09/26/2024
manager: nitinme
---
# Migrating to the OpenAI Python API library 1.x
-OpenAI has just released a new version of the [OpenAI Python API library](https://github.com/openai/openai-python/). This guide is supplemental to [OpenAI's migration guide](https://github.com/openai/openai-python/discussions/742) and will help bring you up to speed on the changes specific to Azure OpenAI.
+OpenAI released a new version of the [OpenAI Python API library](https://github.com/openai/openai-python/). This guide is supplemental to [OpenAI's migration guide](https://github.com/openai/openai-python/discussions/742) and will help bring you up to speed on the changes specific to Azure OpenAI.
## Updates
Summary
{
"modification_type": "minor update",
"modification_title": "OpenAI Python APIライブラリの移行ガイドの更新"
}
Explanation
このコードの変更は、migration.md
ファイル内でOpenAI Python APIライブラリの新しいバージョンに関する情報を更新することに関連しています。主な変更点は以下の通りです:
- ドキュメントの日付が「2024年2月26日」から「2024年9月26日」に変更され、新しい情報を反映しています。
- OpenAI Python APIライブラリのリリースに関する文言が修正され、「OpenAIが新しいバージョンをリリースしました」という表現から「OpenAIが新しいバージョンを公開しました」というより直接的な表現に変更されています。この修正により、情報がさらに明確になります。
全体で2行の追加と2行の削除が行われ、合計4行の変更がなされています。この更新により、ユーザーが新しいAPIライブラリのバージョンに関する理解を深める手助けになることが期待されます。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/how-to/provisioned-get-started.md
Diff
@@ -6,9 +6,9 @@ manager: nitinme
ms.service: azure-ai-openai
ms.custom: openai
ms.topic: how-to
-author: ChrisHMSFT
-ms.author: chrhoder
-ms.date: 08/23/2024
+author: mrbullwinkle
+ms.author: mbullwin
+ms.date: 09/20/2024
recommendations: false
---
Summary
{
"modification_type": "minor update",
"modification_title": "プロビジョニングの開始ガイドの作者および日付の更新"
}
Explanation
このコードの変更は、provisioned-get-started.md
ファイルにおけるドキュメントのメタデータの更新に関連しています。主な変更点は以下の通りです:
- 作者の名前が「ChrisHMSFT」から「mrbullwinkle」に変更され、文書が現在この新しい著者によって書かれたことを示しています。
- 著者のメールアドレスも「chrhoder」から「mbullwin」に更新されています。
- ドキュメントの日付が「2024年8月23日」から「2024年9月20日」に変更され、新しい情報を反映させています。
全体で3行の追加と3行の削除が行われ、合計6行の変更があります。この更新により、ドキュメントの著者および作成日が最新のものに更新され、ユーザーにとって信頼性のある情報源としての価値が向上します。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/how-to/reproducible-output.md
Diff
@@ -6,7 +6,7 @@ services: cognitive-services
manager: nitinme
ms.service: azure-ai-openai
ms.topic: how-to
-ms.date: 07/19/2024
+ms.date: 09/20/2024
author: mrbullwinkle
ms.author: mbullwin
recommendations: false
@@ -15,7 +15,7 @@ recommendations: false
# Learn how to use reproducible output (preview)
-By default if you ask an Azure OpenAI Chat Completion model the same question multiple times you're likely to get a different response. The responses are therefore considered to be non-deterministic. Reproducible output is a new preview feature that allows you to selectively change the default behavior to help product more deterministic outputs.
+By default if you ask an Azure OpenAI Chat Completion model the same question multiple times you're likely to get a different response. The responses are therefore considered to be nondeterministic. Reproducible output is a new preview feature that allows you to selectively change the default behavior to help product more deterministic outputs.
## Reproducible output support
@@ -28,6 +28,7 @@ Reproducible output is only currently supported with the following:
* `gpt-4` (1106-Preview)
* `gpt-4` (0125-Preview)
* `gpt-4` (turbo-2024-04-09)
+* `gpt-4o-mini` (2024-07-18)
* `gpt-4o` (2024-05-13)
Consult the [models page](../concepts/models.md) for the latest information on model regional availability.
Summary
{
"modification_type": "minor update",
"modification_title": "再現可能な出力ガイドの更新"
}
Explanation
このコードの変更は、reproducible-output.md
ファイルにおける再現可能な出力機能に関する情報を更新することに関連しています。主な変更点は以下の通りです:
- ドキュメントの日付が「2024年7月19日」から「2024年9月20日」に変更され、新しい情報を反映させています。
- 「non-deterministic」という表現が「nondeterministic」に修正され、より一貫性のある用語が使用されています。
- 新しいサポートされているモデルとして「
gpt-4o-mini
(2024-07-18)」が追加されており、再現可能な出力がサポートされるモデルのリストが更新されています。
全体で3行の追加と2行の削除が行われ、合計5行の変更があります。この更新により、再現可能な出力の説明が最新の情報を反映し、ユーザーにとってより有益なガイダンスが提供されることを目的としています。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/how-to/work-with-code.md
Diff
@@ -6,15 +6,15 @@ description: Learn how to use the Codex models on Azure OpenAI to handle a varie
manager: nitinme
ms.service: azure-ai-openai
ms.topic: how-to
-ms.date: 02/15/2024
+ms.date: 09/20/2024
author: mrbullwinkle
ms.author: mbullwin
---
# Codex models and Azure OpenAI Service
-> [!NOTE]
-> This article was authored and tested against the [legacy code generation models](/azure/ai-services/openai/concepts/legacy-models). These models use the completions API, and its prompt/completion style of interaction. If you wish to test the techniques described in this article verbatim we recommend using the `gpt-35-turbo-instruct` model which allows access to the completions API. However, for code generation the chat completions API and the latest GPT-4 models will generally yield the best results, but the prompts would need to be converted to the conversational style specific to interacting with those models.
+> [!IMPORTANT]
+> This article was authored and tested against the [legacy code generation models](/azure/ai-services/openai/concepts/legacy-models). These models use the completions API, and its prompt/completion style of interaction. If you wish to test the techniques described in this article verbatim we recommend using the `gpt-35-turbo-instruct` model which allows access to the completions API. However, for code generation the chat completions API and the latest GPT-4o models will yield the best results, but the prompts would need to be converted to the conversational style specific to interacting with those models.
The Codex model series is a descendant of our GPT-3 series that's been trained on both natural language and billions of lines of code. It's most capable in Python and proficient in over a dozen languages including C#, JavaScript, Go, Perl, PHP, Ruby, Swift, TypeScript, SQL, and even Shell.
@@ -26,7 +26,7 @@ You can use Codex for a variety of tasks including:
- Add comments
- Rewrite code for efficiency
-## How to use the Codex models
+## How to use completions models with code
Here are a few examples of using Codex that can be tested in [Azure OpenAI Studio's](https://oai.azure.com) playground with a deployment of a Codex series model, such as `code-davinci-002`.
Summary
{
"modification_type": "minor update",
"modification_title": "コード作業に関するガイドの更新"
}
Explanation
このコードの変更は、work-with-code.md
ファイルにおけるAzure OpenAIでのCodexモデルの使用に関する情報を更新することに関連しています。主な変更点は以下の通りです:
- ドキュメントの日付が「2024年2月15日」から「2024年9月20日」に変更され、新しい情報を反映しています。
- 注釈の種類が「NOTE」から「IMPORTANT」に変更され、より重要な情報として強調されています。この注釈では、Legacyモデルに関する情報が提供されていますが、GPT-4oモデルの使用を推奨する内容に変更されています。
- 章のタイトルが「How to use the Codex models」から「How to use completions models with code」に変更され、内容がより明確に伝わるようにされました。
全体で4行の追加と4行の削除が行われ、合計8行の変更があります。この更新により、Codexモデルとその使用方法についての説明が最新の情報を反映し、ユーザーにとってより役立つガイダンスが提供されることが期待されます。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/includes/chatgpt-studio.md
Diff
@@ -1,5 +1,5 @@
---
-title: 'Quickstart: Use GPT-35-Turbo via the Azure OpenAI Studio'
+title: 'Quickstart: Use GPT-4o and GPT-4o mini via the Azure OpenAI Studio'
titleSuffix: Azure OpenAI Service
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure OpenAI Studio.
#services: cognitive-services
Summary
{
"modification_type": "minor update",
"modification_title": "Azure OpenAI Studioのクイックスタートガイドの更新"
}
Explanation
このコードの変更は、chatgpt-studio.md
ファイルにあるAzure OpenAI Studioに関するクイックスタートガイドのタイトルを更新することに関わっています。主な変更点は以下の通りです:
- タイトルが「Quickstart: Use GPT-35-Turbo via the Azure OpenAI Studio」から「Quickstart: Use GPT-4o and GPT-4o mini via the Azure OpenAI Studio」に変更され、対応するモデルが新しいバージョンのGPTモデルに更新されました。
この更新により、Azure OpenAI Studioを使用する際の最新のモデルに関する明確な情報が提供されるようになり、ユーザーが最新の技術を利用できるようになります。追加と削除はそれぞれ1行で、合計2行の変更です。詳細な変更内容はGitHubのリポジトリで確認できます。
articles/ai-services/openai/references/azure-search.md
Diff
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI on your Azure Search data Python & RE
manager: nitinme
ms.service: azure-ai-openai
ms.topic: conceptual
-ms.date: 03/12/2024
+ms.date: 09/20/2024
author: mrbullwinkle
ms.author: mbullwin
recommendations: false
Summary
{
"modification_type": "minor update",
"modification_title": "Azure Searchに関するドキュメントの日付更新"
}
Explanation
このコードの変更は、azure-search.md
ファイルにおけるAzure OpenAIの使用に関する情報更新に関わっています。主な変更点は以下の通りです:
- ドキュメントの日付が「2024年3月12日」から「2024年9月20日」に変更され、新しい情報や内容が反映される準備が整いました。この更新により、ドキュメントが最新の関連情報を提供できるようになります。
追加と削除はそれぞれ1行で、合計2行の変更が行われています。詳細な変更内容はGitHubのリポジトリで確認できます。