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 ...
Most of the Python infrastructure to interact with OpenFAST was initially introduced as part of the regression testing suite in 2017. At that time, the Python infrastructure consisted of scripts to ...