|
23 | 23 | # the """triple quoted""" string, or by putting it in your settings.toml file, |
24 | 24 | # like so: |
25 | 25 | # |
26 | | -# MY_PROMPT="Give me an idea for a plant-based dinner. Write one sentence" |
| 26 | +# MY_PROMPT="Give me an idea for a gluten free, keto dinner. Write one sentence" |
27 | 27 | # PLEASE_WAIT="Cooking something up just for you" |
| 28 | +# |
| 29 | +# Experiementation is best to figure out what works. Usually you'll want to ask |
| 30 | +# for just one sentence or paragraph, since the 128x32 pixel screen can't hold |
| 31 | +# much text! |
28 | 32 |
|
29 | | -# Here are some prompts you might want to try: |
| 33 | +# Here are some that the author found worked reasonably well: |
30 | 34 |
|
31 | 35 | # Give me an idea for a plant-based dinner. Write one sentence |
32 | 36 | # |
33 | | -# Give jepler a description as a comic book supervillain. write one sentence. |
| 37 | +# Give jepler (they/them) a cliched and flowery description as a comic book supervillain. write one sentence. |
34 | 38 | # |
35 | 39 | # Invent and describe an alien species. write one sentence |
36 | 40 | # |
37 | | -# Invent a zany "as seen on TV product" that can't possibly work. One sentence |
| 41 | +# Invent a zany 'as seen on' product that can't possibly work. One sentence |
38 | 42 | # |
39 | 43 | # Tell a 1-sentence story about a kitten and a funny mishap |
40 | 44 | # |
|
48 | 52 | # Invent an alien animal or plant, name it, and vividly describe it in 1 |
49 | 53 | # sentence |
50 | 54 | # |
51 | | -# Write 1 setence starting "you can" about an unconventional but useful superpower |
| 55 | +# Invent and vividly describe an alien species. write one paragraph |
| 56 | + |
52 | 57 | prompt=os.getenv("MY_PROMPT", """ |
53 | | -Invent and vividly describe an alien species. write one paragraph |
| 58 | +Write 1 setence starting "you can" about an unconventional but useful superpower |
54 | 59 | """).strip() |
55 | 60 | please_wait=os.getenv("PLEASE_WAIT", """ |
56 | 61 | Finding superpower |
|
0 commit comments