Spaces:
Sleeping
Sleeping
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" | |