Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,8 @@ Ensure you have Python installed on your system. You can download it from [pytho
|
|
27 |
You would require a valid LTA DataMall API key and a valid openAI API key of your own provisioning to run the application locally.
|
28 |
LTA DataMall API key can be applied for [here](https://datamall.lta.gov.sg/content/datamall/en/request-for-api.html) and openAI API key can be generated [here](https://platform.openai.com/api-keys) (credit topup is required to utilise openAI API).
|
29 |
|
30 |
-
You can provide the API keys in one of two ways:
|
31 |
-
(1) Uncommenting lines 34-35 in app.py AND adding the keys to the .env file in the project directory, OR
|
32 |
(2) Uncommenting lines 38-39 and Directly pasting the keys into the two lines
|
33 |
|
34 |
### Installation (via terminal/cmd)
|
|
|
27 |
You would require a valid LTA DataMall API key and a valid openAI API key of your own provisioning to run the application locally.
|
28 |
LTA DataMall API key can be applied for [here](https://datamall.lta.gov.sg/content/datamall/en/request-for-api.html) and openAI API key can be generated [here](https://platform.openai.com/api-keys) (credit topup is required to utilise openAI API).
|
29 |
|
30 |
+
You can provide the API keys in one of two ways: \
|
31 |
+
(1) Uncommenting lines 34-35 in app.py AND adding the keys to the .env file in the project directory, OR;\
|
32 |
(2) Uncommenting lines 38-39 and Directly pasting the keys into the two lines
|
33 |
|
34 |
### Installation (via terminal/cmd)
|