Vlad-T commited on
Commit
35e1833
·
verified ·
1 Parent(s): 8e716f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- OPENAI_API_KEY=your_key_here
29
- OPENAI_MODEL_ID=gpt-4o-mini # or gpt-4o for higher accuracy
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