Spaces:
Runtime error
Runtime error
| """ | |
| Data Generation Package | |
| This package provides utilities for data generation using various LLM | |
| providers. | |
| """ | |
| from .llm import LLMClient | |
| __version__ = "0.1.0" | |
| __all__ = ["LLMClient"] | |