We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1ceac commit 1c75e1dCopy full SHA for 1c75e1d
1 file changed
libraries/python/openai-client/.vscode/settings.json
@@ -36,7 +36,7 @@
36
"**/.data": true,
37
"**/__pycache__": true
38
},
39
- // For use with optional extension: "streetsidesoftware.code-spell-checker"
+ // For use with optional extension: "streetsidesoftware.code-spell-checker"
40
"cSpell.ignorePaths": [
41
".venv",
42
"node_modules",
@@ -48,6 +48,7 @@
48
"addopts",
49
"asctime",
50
"contentsafety",
51
+ "elts",
52
"levelname",
53
"openai",
54
"Pydantic",
@@ -56,4 +57,4 @@
56
57
"testpaths",
58
"tiktoken"
59
]
-}
60
+}
0 commit comments