mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
Also fix pyrightconfig.json to use the conda venv for type checking, and remove redundant inline import of ResponsesAPIRequestUtils that was confusing pyright. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
No EOL
287 B
JSON
9 lines
No EOL
287 B
JSON
{
|
|
"ignore": [],
|
|
"exclude": ["**/node_modules", "**/__pycache__", "litellm/types/utils.py", "litellm/proxy/_types.py"],
|
|
"reportMissingImports": false,
|
|
"reportPrivateImportUsage": false,
|
|
"venvPath": "/Users/sameerkankute/miniconda3/envs",
|
|
"venv": "litellm-dev"
|
|
}
|
|
|