Skip to content

Commit 0a85cf1

Browse files
committed
update env in readme
1 parent edb4a2c commit 0a85cf1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ This project provides a command-line interface (CLI) chat application using vari
1616
## Prerequisites
1717

1818
- Python 3.6 or higher
19-
- NVIDIA API key
20-
- Account with Nvidia for your API Key https://build.nvidia.com/explore/discover
19+
- Dev account with Nvidia (it's free) for your API Key https://build.nvidia.com/explore/discover
2120

2221
## Installation
2322

@@ -43,7 +42,7 @@ This project provides a command-line interface (CLI) chat application using vari
4342

4443
4. **Set Up Environment Variables:**
4544

46-
Create a `.env` file in the project root directory with the following content or just rename .env.sample to .env:
45+
Rename .env.sample to .env:
4746

4847
```plaintext
4948
API_KEY="your_single_api_key"
@@ -55,7 +54,7 @@ This project provides a command-line interface (CLI) chat application using vari
5554
GRANITE_34B_CODE="ibm/granite-34b-code-instruct"
5655
```
5756

58-
Replace `your_single_api_key` with your actual NVIDIA API key. You can add additional models by just copying the .env format and adding them to models.py
57+
Replace `your_single_api_key` with your actual personal NVIDIA API key. You can add additional models by just copying the models format in .env and adding them to models.py
5958

6059
## Usage
6160

0 commit comments

Comments
 (0)