brand-tune / brand_sheriff /prompting.py
vvolhejn's picture
Move system prompt to a separate file
2a2834b
raw
history blame
829 Bytes
from pathlib import Path
this_dir = Path(__file__).parent
with (this_dir / "system_prompt.txt").open() as f:
PROMPT_TEMPLATE = f.read()
EXAMPLE_INPUT = "write an instagram post about hiring new designers"
EXAMPLE_OUTPUT = "πŸš€ Hey innovators! Are you a designer who's eager to dive into the frontier of AI? πŸ€– AIxDesign is expanding, and we're searching for creative minds who dream in code, design, and above all, possibility! πŸ’‘ We're more than a team – we're a community reimagining the AI landscape beyond its corporate roots. Join us, bring your expertise, creativity, and make a lasting impact. And hey, we're all for slowing down, sharing a meme, and having a hearty laugh while reshaping the AI world! 🎨🌍 Apply now and let's create, care, and crack up together! #AIxDesign #WeAreHiring #AIForEveryone"