AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame
200 Bytes
"""Init file of Playground."""
# playground
from gpt_index.playground.base import DEFAULT_INDEX_CLASSES, DEFAULT_MODES, Playground
__all__ = ["Playground", "DEFAULT_INDEX_CLASSES", "DEFAULT_MODES"]