Skip to content

Commit a4129c9

Browse files
authored
Update README.md
1 parent b88221c commit a4129c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## Configuration
44

5-
Please first replace the placeholders with your base URL and API key in Microsoft Azure OpenAI Services in `config.py`:
5+
The code has been tested with Python 3.9.13. Please first install the required packages by:
6+
```bash
7+
pip install -r requirements.txt
8+
```
9+
10+
Please also replace the placeholders with your base URL and API key in Microsoft Azure OpenAI Services in `config.py`:
611
```
712
config = {
813
"api_type": "azure",

0 commit comments

Comments
 (0)