make format; make lint
formats and shows me the errors that needs to be fixed. black .
and ruff . --fix
which will fix most errors. Then mypy .
will catch any typing errors to resolvellama_index/llms
. Question is should the dependency class (or library) be kept inside the same ? Or do you suggest a it could be wrapped inside a folder in llama_index
as a sibbling to the folder called llms
?