-
-
Notifications
You must be signed in to change notification settings - Fork 567
Closed
Labels
Description
I'm using llm
as a library. Running mypy on my project results in the following error:
error: Skipping analyzing "llm": module is installed, but missing library stubs or py.typed marker [import-untyped]
Adding a file py.typed
locally to llm
resolves the error for me. I'd suggest adding the marker (or stubs) to the library.
The corresponding PEP can be found here: https://peps.python.org/pep-0561/.