AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame contribute delete
85 Bytes
"""Prompt class."""
from gpt_index.prompts.base import Prompt
__all__ = ["Prompt"]