Vlad-T commited on
Commit
942c1b3
·
verified ·
1 Parent(s): 66b0cbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -17,14 +17,15 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
17
  Usage
18
  1. Clone this repository
19
  2. Install the required dependencies:
20
-
21
  pip install -r requirements.txt
22
-
23
  3. create a .env file with your OpenAI API key:
24
-
25
  OPENAI_API_KEY=your_key_here
26
  OPENAI_MODEL_ID=gpt-4o-mini # or gpt-4o for higher accuracy
27
-
28
  4. Run the application:
29
-
30
  python app.py
 
 
17
  Usage
18
  1. Clone this repository
19
  2. Install the required dependencies:
20
+ ---
21
  pip install -r requirements.txt
22
+ ---
23
  3. create a .env file with your OpenAI API key:
24
+ ---
25
  OPENAI_API_KEY=your_key_here
26
  OPENAI_MODEL_ID=gpt-4o-mini # or gpt-4o for higher accuracy
27
+ ---
28
  4. Run the application:
29
+ ---
30
  python app.py
31
+ ---