Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
.env requirement
  • Loading branch information
yunks128 authored Aug 21, 2024
1 parent 740cf87 commit 52041bc
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,21 @@ This guide provides a quick way to get started with our project. Please see our

* Python 3.7+
* Git
* OpenAI API key (for AI features)
* `.env` file to properly configure the environment for Azure and OpenAI APIs
```bash
# .env for Azure
AZURE_TENANT_ID=<Your-Azure-Tenant-ID>
AZURE_CLIENT_ID=<Your-Azure-Client-ID>
AZURE_CLIENT_SECRET=<Your-Azure-Client-Secret>
API_ENDPOINT=<Your-Azure-OpenAI-API-Endpoint>
API_VERSION=<Azure-OpenAI-API-Version>
APIM_SUBSCRIPTION_KEY=<Your-Azure-Subscription-Key>
```
```bash
# .env for OpenAI
OPENAI_API_KEY=<Your-OpenAI-API-Key>
```


### Setup Instructions

Expand Down

0 comments on commit 52041bc

Please sign in to comment.