Skip to content

Commit 1410291

Browse files
authored
Update README.md
1 parent 29d3b3b commit 1410291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ pip install -r requirements.txt
3333
These scripts can be run against an Azure OpenAI account, an OpenAI.com account, or a local Ollama server,
3434
depending on the environment variables you set.
3535

36-
1. Copy the `.env.sample file to a new file called `.env`:
36+
1. Copy the `.env.sample` file to a new file called `.env`:
3737

3838
```bash
3939
cp .env.sample .env
4040
```
4141

42-
2. For Azure OpenAI, create an Azure OpenAI gpt-3.5 or gpt-4 deployment, and customize the `.env` file with your Azure OpenAI endpoint and deployment id.
42+
2. For Azure OpenAI, create an Azure OpenAI gpt-3.5 or gpt-4 deployment (perhaps using [this template](https://github.com/Azure-Samples/azure-openai-keyless)), and customize the `.env` file with your Azure OpenAI endpoint and deployment id.
4343

4444
```bash
4545
API_HOST=azure

0 commit comments

Comments
 (0)