plebias commited on
Commit
1da768a
·
verified ·
1 Parent(s): 6c68933

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -27,6 +27,10 @@ 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
  ### Installation (via terminal/cmd)
31
 
32
  1. Clone or download the repository to your local machine:
 
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 37-38 and Directly pasting the keys into the two lines
33
+
34
  ### Installation (via terminal/cmd)
35
 
36
  1. Clone or download the repository to your local machine: