Update README.md
Browse files
README.md
CHANGED
@@ -25,8 +25,8 @@ pip install -r requirements.txt
|
|
25 |
```
|
26 |
3. create a .env file with your OpenAI API key:
|
27 |
```
|
28 |
-
|
29 |
-
|
30 |
```
|
31 |
4. Run the application:
|
32 |
```bash
|
|
|
25 |
```
|
26 |
3. create a .env file with your OpenAI API key:
|
27 |
```
|
28 |
+
HF_API_KEY=your_key_here
|
29 |
+
HF_MODEL_ID=gpt-4o-mini # or gpt-4o for higher accuracy
|
30 |
```
|
31 |
4. Run the application:
|
32 |
```bash
|