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.
2 parents bdec337 + 6b59293 commit 0dcd4f3Copy full SHA for 0dcd4f3
.devcontainer/devcontainer.json
@@ -18,7 +18,8 @@
18
"settings": {
19
"python.defaultInterpreterPath": "/usr/local/bin/python",
20
"remote.autoForwardPorts": false,
21
- "python.createEnvironment.trigger": "off"
+ "python.createEnvironment.trigger": "off",
22
+ "python.analysis.typeCheckingMode": "off"
23
},
24
25
// Add the IDs of extensions you want installed when the container is created.
requirements.txt
@@ -2,3 +2,4 @@ azure-identity
2
openai>=1.108.1
3
python-dotenv
4
langchain-text-splitters
5
+rich
0 commit comments