Spaces:
Sleeping
Sleeping
Move example input and output to separate files
Browse files- brand_tune/prompting.py +6 -2
- example_input.txt +1 -0
- example_output.txt +1 -0
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 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
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
|