pwenker commited on
Commit
aeb7880
β€’
1 Parent(s): 2a67a0f

docs: Update readme

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. no_header_readme.md +2 -2
README.md CHANGED
@@ -54,9 +54,9 @@ For convenience, you find a feature comparison overview of the two solutions bel
54
 
55
  - Create a `.env` file in the `pronunciation_trainer` folder and add the following variable:
56
 
57
- #### OPENAI API Token πŸ”‘
58
  ```
59
- OPENAI_TOKEN=... # Token for the OpenAI API
60
  ```
61
 
62
  ### Set-Up πŸ› οΈ
 
54
 
55
  - Create a `.env` file in the `pronunciation_trainer` folder and add the following variable:
56
 
57
+ #### OPENAI API Key πŸ”‘
58
  ```
59
+ OPENAI_API_KEY=... # Token for the OpenAI API
60
  ```
61
 
62
  ### Set-Up πŸ› οΈ
no_header_readme.md CHANGED
@@ -45,9 +45,9 @@ For convenience, you find a feature comparison overview of the two solutions bel
45
 
46
  - Create a `.env` file in the `pronunciation_trainer` folder and add the following variable:
47
 
48
- #### OPENAI API Token πŸ”‘
49
  ```
50
- OPENAI_TOKEN=... # Token for the OpenAI API
51
  ```
52
 
53
  ### Set-Up πŸ› οΈ
 
45
 
46
  - Create a `.env` file in the `pronunciation_trainer` folder and add the following variable:
47
 
48
+ #### OPENAI API Key πŸ”‘
49
  ```
50
+ OPENAI_API_KEY=... # Token for the OpenAI API
51
  ```
52
 
53
  ### Set-Up πŸ› οΈ