Skip to content

Commit 0c0c3c5

Browse files
Merge branch 'main' of github.com:UniversityOfHelsinkiCS/gptwrapper
2 parents 89b245b + 2a15b5e commit 0c0c3c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ Some key features include:
1515
- Copy `.env.template` as `.env` file and fill in the required values
1616
- Run `npm i` and `npm start` to setup and start the development environment
1717

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+
1829
## Developers: things to know
1930

2031
### Debugging in production

0 commit comments

Comments
 (0)