Skip to content

Commit e467134

Browse files
authored
Update READMEs with updated Azure OpenAI env variable names
1 parent 3c26a19 commit e467134

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following NuGet packages are available as part of this project.
1818

1919
* [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) or greater (Visual Studio 2022 recommended)
2020
* [Azure Functions Core Tools v4.x](https://learn.microsoft.com/azure/azure-functions/functions-run-local?tabs=v4%2Cwindows%2Cnode%2Cportal%2Cbash)
21-
* An OpenAI account and an [API key](https://platform.openai.com/account/api-keys) saved into a `OPENAI_API_KEY` environment variable, **OR** an [Azure OpenAI resource](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource?pivots=web-portal) with `AZURE_OPENAI_KEY`, `AZURE_OPENAI_ENDPOINT`, and `AZURE_OPENAI_CHATGPT_DEPLOYMENT` set. Learn more in [.env readme](./env/README.md).
21+
* An OpenAI account and an [API key](https://platform.openai.com/account/api-keys) saved into a `OPENAI_API_KEY` environment variable, **OR** an [Azure OpenAI resource](https://learn.microsoft.com/azure/ai-services/openai/how-to/create-resource?pivots=web-portal) with `AZURE_OPENAI_KEY` and `AZURE_OPENAI_ENDPOINT` set. Learn more in [.env readme](./env/README.md).
2222

2323
## Features
2424

env/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
.env contents (keep secure)
66
```
77
OPENAI_API_KEY=""
8-
OPENAI_API_VERSION="2023-05-15"
98
AZURE_OPENAI_KEY=""
109
AZURE_OPENAI_ENDPOINT="https://***.openai.azure.com/"
11-
AZURE_OPENAI_CHATGPT_DEPLOYMENT=""
1210
```
1311

1412
2. Export the environment variables from `.env` to your machine

0 commit comments

Comments
 (0)