Skip to content

Commit 3981eb7

Browse files
committed
move include files
1 parent 32d8e91 commit 3981eb7

17 files changed

+6
-6
lines changed

articles/ai-foundry/model-inference/includes/code-create-chat-client-entra.md renamed to articles/ai-foundry/foundry-models/includes/code-create-chat-client-entra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Explore our [samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/
121121

122122
# [REST](#tab/rest)
123123

124-
Use the reference section to explore the API design and which parameters are available and indicate authentication token in the header `Authorization`. For example, the reference section for [Chat completions](.././reference/reference-model-inference-chat-completions.md) details how to use the route `/chat/completions` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
124+
Use the reference section to explore the API design and which parameters are available and indicate authentication token in the header `Authorization`. For example, the reference section for [Chat completions](../../model-inference/reference/reference-model-inference-chat-completions.md) details how to use the route `/chat/completions` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
125125

126126
__Request__
127127

articles/ai-foundry/model-inference/includes/code-create-chat-client.md renamed to articles/ai-foundry/foundry-models/includes/code-create-chat-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Explore our [samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/
106106

107107
# [REST](#tab/rest)
108108

109-
Use the reference section to explore the API design and which parameters are available. For example, the reference section for [Chat completions](.././reference/reference-model-inference-chat-completions.md) details how to use the route `/chat/completions` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
109+
Use the reference section to explore the API design and which parameters are available. For example, the reference section for [Chat completions](../../model-inference/reference/reference-model-inference-chat-completions.md) details how to use the route `/chat/completions` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
110110

111111
__Request__
112112

articles/ai-foundry/model-inference/includes/code-create-chat-completion.md renamed to articles/ai-foundry/foundry-models/includes/code-create-chat-completion.md

File renamed without changes.

articles/ai-foundry/model-inference/includes/code-create-chat-reasoning.md renamed to articles/ai-foundry/foundry-models/includes/code-create-chat-reasoning.md

File renamed without changes.

articles/ai-foundry/model-inference/includes/code-create-embeddings-client.md renamed to articles/ai-foundry/foundry-models/includes/code-create-embeddings-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Explore our [samples](https://aka.ms/azsdk/azure-ai-inference/csharp/samples) an
123123

124124
# [REST](#tab/rest)
125125

126-
Use the reference section to explore the API design and which parameters are available. For example, the reference section for [Embeddings](.././reference/reference-model-inference-embeddings.md) details how to use the route `/embeddings` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
126+
Use the reference section to explore the API design and which parameters are available. For example, the reference section for [Embeddings](../../model-inference/reference/reference-model-inference-embeddings.md) details how to use the route `/embeddings` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
127127

128128
__Request__
129129

articles/ai-foundry/model-inference/includes/code-create-embeddings.md renamed to articles/ai-foundry/foundry-models/includes/code-create-embeddings.md

File renamed without changes.

articles/ai-foundry/model-inference/includes/code-create-openai-chat-completion.md renamed to articles/ai-foundry/foundry-models/includes/code-create-openai-chat-completion.md

File renamed without changes.

articles/ai-foundry/model-inference/includes/code-create-openai-client.md renamed to articles/ai-foundry/foundry-models/includes/code-create-openai-client.md

File renamed without changes.

articles/ai-foundry/model-inference/includes/code-manage-content-filtering.md renamed to articles/ai-foundry/foundry-models/includes/code-manage-content-filtering.md

File renamed without changes.

articles/ai-foundry/model-inference/includes/content-filter-configurability.md renamed to articles/ai-foundry/foundry-models/includes/content-filter-configurability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Certain models allow customers to configure content filters and create custom sa
2222

2323
<sup>1</sup> For Azure OpenAI models, only customers who have been approved for modified content filtering have full content filtering control and can turn off content filters. Apply for modified content filters via this form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR). For Azure Government customers, apply for modified content filters via this form: [Azure Government - Request Modified Content Filtering for Azure OpenAI in Azure AI Foundry Models](https://aka.ms/AOAIGovModifyContentFilter).
2424

25-
Content filtering configurations are created within a resource in Azure AI Foundry portal, and can be associated with Deployments. Learn how to [configure a content filter](../how-to/configure-content-filters.md)
25+
Content filtering configurations are created within a resource in Azure AI Foundry portal, and can be associated with Deployments. Learn how to [configure a content filter](../../model-inference/how-to/configure-content-filters.md)

0 commit comments

Comments
 (0)