vvolhejn commited on
Commit
b249261
Β·
1 Parent(s): af50914

Move example input and output to separate files

Browse files
brand_tune/prompting.py CHANGED
@@ -4,6 +4,10 @@ this_dir = Path(__file__).parent
4
  with (this_dir.parent / "meta_prompt.txt").open() as f:
5
  PROMPT_TEMPLATE = f.read()
6
 
7
- EXAMPLE_INPUT = "write an instagram post about hiring new designers"
8
- 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"
 
 
 
 
9
  USE_EXAMPLE = False
 
4
  with (this_dir.parent / "meta_prompt.txt").open() as f:
5
  PROMPT_TEMPLATE = f.read()
6
 
7
+ with (this_dir.parent / "example_input.txt").open() as f:
8
+ EXAMPLE_INPUT = f.read()
9
+
10
+ with (this_dir.parent / "example_output.txt").open() as f:
11
+ EXAMPLE_OUTPUT = f.read()
12
+
13
  USE_EXAMPLE = False
example_input.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ write an instagram post about hiring new designers
example_output.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ πŸš€πŸ 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