Skip to content

Commit a6814b9

Browse files
committed
tweak prompts and restore superpower to being default
1 parent b4d30a2 commit a6814b9

File tree

1 file changed

+11
-6
lines changed
  • CircuitPython_GetSuperpower_PicoW_OpenAI

1 file changed

+11
-6
lines changed

CircuitPython_GetSuperpower_PicoW_OpenAI/code.py

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,22 @@
2323
# the """triple quoted""" string, or by putting it in your settings.toml file,
2424
# like so:
2525
#
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"
2727
# 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!
2832

29-
# Here are some prompts you might want to try:
33+
# Here are some that the author found worked reasonably well:
3034

3135
# Give me an idea for a plant-based dinner. Write one sentence
3236
#
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.
3438
#
3539
# Invent and describe an alien species. write one sentence
3640
#
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
3842
#
3943
# Tell a 1-sentence story about a kitten and a funny mishap
4044
#
@@ -48,9 +52,10 @@
4852
# Invent an alien animal or plant, name it, and vividly describe it in 1
4953
# sentence
5054
#
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+
5257
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
5459
""").strip()
5560
please_wait=os.getenv("PLEASE_WAIT", """
5661
Finding superpower

0 commit comments

Comments
 (0)