Spaces:
Configuration error
Configuration error
Upload stratego\prompts\__init__.py with huggingface_hub
Browse files
stratego//prompts//__init__.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .presets import PromptPack, get_prompt_pack, BASE, CONCISE, ADAPTIVE
|
| 2 |
+
|
| 3 |
+
__all__ = ["PromptPack", "get_prompt_pack", "BASE", "CONCISE", "ADAPTIVE"]
|