DarshanScripts commited on
Commit
b38d0be
·
verified ·
1 Parent(s): b021b24

Upload stratego\prompts\__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. stratego//prompts//__init__.py +3 -0
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"]