Files
chat/pyrightconfig.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
177 B
JSON
Raw Normal View History

{
"ignore": [],
"exclude": ["**/node_modules", "**/__pycache__", "litellm/types/utils.py"],
"reportMissingImports": false,
"reportPrivateImportUsage": false
}