andreped commited on
Commit
4acfa39
1 Parent(s): 654e134

Refactored README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,9 +57,9 @@ source venv/bin/activate
57
  pip install -r requirements.txt
58
  ```
59
 
60
- 2. Create the secrets file at `.streamlit/secrets.toml` file and fill in the relevant info:
61
  ```
62
- OPENAI_API_KEY = "3cc19a1c875749c18c5e5d5a45a08f90"
63
  CHATGPT_MODEL = "<insert model name>"
64
  OPENAI_API_BASE = "https://<insert-openai-service-name>.openai.azure.com"
65
  OPENAI_API_VERSION = "<insert version>"
 
57
  pip install -r requirements.txt
58
  ```
59
 
60
+ 2. Create the secrets file at `.streamlit/secrets.toml` and fill in the relevant info:
61
  ```
62
+ OPENAI_API_KEY = "<insert OpenAI API key>"
63
  CHATGPT_MODEL = "<insert model name>"
64
  OPENAI_API_BASE = "https://<insert-openai-service-name>.openai.azure.com"
65
  OPENAI_API_VERSION = "<insert version>"