Spaces:
Runtime error
Runtime error
File size: 85 Bytes
35b22df |
1 2 3 4 5 6 |
"""Prompt class."""
from gpt_index.prompts.base import Prompt
__all__ = ["Prompt"]
|