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