parent
4567ed2752
commit
a6a388d3d0
1 changed files with 6 additions and 6 deletions
@ -1,7 +1,7 @@ |
|||||||
# """ |
# ...existing code... |
||||||
# llm_client: A Python package for interacting with LLM models through Ollama. |
# Export the LLM class so "from _llm import LLM" works. |
||||||
# """ |
from .llm import LLM # re-export the class from the module |
||||||
|
|
||||||
# from ._llm.llm import LLM # Use relative import with dot prefix |
# Define public API |
||||||
|
__all__ = ["LLM"] |
||||||
# __all__ = ["LLM"] |
# ...existing code... |
||||||
Loading…
Reference in new issue