You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ This project provides a command-line interface (CLI) chat application using vari
16
16
## Prerequisites
17
17
18
18
- 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
21
20
22
21
## Installation
23
22
@@ -43,7 +42,7 @@ This project provides a command-line interface (CLI) chat application using vari
43
42
44
43
4.**Set Up Environment Variables:**
45
44
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:
47
46
48
47
```plaintext
49
48
API_KEY="your_single_api_key"
@@ -55,7 +54,7 @@ This project provides a command-line interface (CLI) chat application using vari
55
54
GRANITE_34B_CODE="ibm/granite-34b-code-instruct"
56
55
```
57
56
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
0 commit comments