ollama-python/ollama
Dave Pearson 30090c5508
Add py.typed to mark the library as typed
Removes an error like this:

    error: Skipping analyzing "ollama":
    module is installed, but missing library stubs or py.typed marker  [import-untyped]

when running mypy over code that uses the library.
2024-04-25 10:51:30 +01:00
..
__init__.py add embeddings 2024-01-10 17:21:21 -08:00
_client.py Merge pull request #118 from DSLstandard/fix-content-check 2024-04-24 17:12:41 -07:00
_types.py update response error field to match json response 2024-01-22 09:41:22 -08:00
py.typed Add py.typed to mark the library as typed 2024-04-25 10:51:30 +01:00