Skip to content

Commit 94a06b8

Browse files
committed
Merge branch 'openai-bindings' of https://github.com/ggailey777/azure-docs-pr into openai-bindings
2 parents a26d230 + ef448d2 commit 94a06b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-add-openai-text-completion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Connect to OpenAI from Azure Functions in Visual Studio Code'
33
description: Learn how to connect Azure Functions to OpenAI by adding an output binding to your Visual Studio Code project.
4-
ms.date: 5/22/2024
4+
ms.date: 5/30/2024
55
ms.topic: tutorial
66
author: dbandaru
77
ms.author: dbandaru
@@ -30,7 +30,7 @@ This article shows you how to use Visual Studio Code to connect Azure OpenAI to
3030
* Complete the steps in [part 1 of the Visual Studio Code quickstart](create-first-function-vs-code-java.md).
3131
:::zone-end
3232
:::zone pivot="programming-language-javascript"
33-
* Complete the steps in [part 1 of the Visual Studio Code quickstart](create-first-function-vs-code-javascript.md).
33+
* Complete the steps in [part 1 of the Visual Studio Code quickstart](create-first-function-vs-code-node.md).
3434
:::zone-end
3535
:::zone pivot="programming-language-typescript"
3636
* Complete the steps in [part 1 of the Visual Studio Code quickstart](create-first-function-vs-code-typescript.md).
@@ -89,7 +89,7 @@ To deploy a model, follow these steps:
8989

9090
| Field | Description |
9191
|---|---|
92-
| **Select a model** | Model availability varies by region. For a list of available models per region, see [Model summary table and region availability](../concepts/models.md#model-summary-table-and-region-availability). |
92+
| **Select a model** | Model availability varies by region. For a list of available models per region, see [Model summary table and region availability](../ai-services/openai/concepts/models.md#model-summary-table-and-region-availability). |
9393
| **Deployment name** | Choose a name carefully. The deployment name is used in your code to call the model by using the client libraries and the REST APIs. |
9494

9595
> [!IMPORTANT]

0 commit comments

Comments
 (0)