Spaces:
Running
Running
docs: Update readme
Browse files- README.md +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
|
58 |
```
|
59 |
-
|
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
|
49 |
```
|
50 |
-
|
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 π οΈ
|