You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
19
19
- Access granted to the Azure OpenAI service in the desired Azure subscription.
20
20
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI Service by completing the form at [https://aka.ms/oai/access](https://aka.ms/oai/access?azure-portal=true).
21
21
-[LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
22
-
- An Azure OpenAI Service resource with either the`gpt-35-turbo` or the `gpt-4` models deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
22
+
- An Azure OpenAI Service resource with either a`gpt-35-turbo` or `gpt-4` series models deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
23
23
24
24
> [!div class="nextstepaction"]
25
25
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=AOAI&Product=Chatgpt&Page=quickstart&Section=Prerequisites)
@@ -43,7 +43,7 @@ npm init
43
43
Install the Azure OpenAI client library for JavaScript with npm:
44
44
45
45
```console
46
-
npm install @azure/openai
46
+
npm install openai @azure/openai dotenv
47
47
```
48
48
49
49
Your app's _package.json_ file will be updated with the dependencies.
@@ -57,30 +57,34 @@ Open a command prompt where you want the new project, and create a new file name
0 commit comments