File "C:\Users\XXX.vscode\extensions\ms-python.debugpy-2025.18.0-win32-x64\bundled\libs\debugpy\common\util.py", line 1, in # Copyright (c) Microsoft Corporation. All ...
When importing litellm, it appears to modify Python's sys.path, which can cause unexpected module import behavior in certain environments. The issue stems from litellm's proxy_cli functionality, which ...