We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89b245b + 2a15b5e commit 0c0c3c5Copy full SHA for 0c0c3c5
README.md
@@ -15,6 +15,17 @@ Some key features include:
15
- Copy `.env.template` as `.env` file and fill in the required values
16
- Run `npm i` and `npm start` to setup and start the development environment
17
18
+## Azure setup
19
+
20
+Create an AI foundry resource (or something) and create deployment for the models you want to use (gpt4.1 for example).
21
22
+Then populate .env with the following:
23
+```
24
+AZURE_RESOURCE=<name-of-the-resource-you-created>
25
+AZURE_API_KEY=<asd>
26
+GPT_41=<name-of-the-deployment-you-created>
27
28
29
## Developers: things to know
30
31
### Debugging in production
0 commit comments