We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88221c commit a4129c9Copy full SHA for a4129c9
README.md
@@ -2,7 +2,12 @@
2
3
## Configuration
4
5
-Please first replace the placeholders with your base URL and API key in Microsoft Azure OpenAI Services in `config.py`:
+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`:
11
```
12
config = {
13
"api_type": "azure",
0 commit comments