Spaces:
Running
Running
zach
commited on
Commit
·
8a13c1b
1
Parent(s):
26f103a
Fix noir detective prompt
Browse files- src/constants.py +2 -2
src/constants.py
CHANGED
@@ -47,8 +47,8 @@ SAMPLE_CHARACTER_DESCRIPTIONS: dict = {
|
|
47 |
"auditory experience."
|
48 |
),
|
49 |
"🎬 Noir Detective": (
|
50 |
-
"A film portrayal of a 1940s private investigator narrating with a low, gravelly voice and deliberate
|
51 |
-
"Speaks with a cynical, world-weary tone that drops lower when delivering key observations."
|
52 |
),
|
53 |
"🕯️ Victorian Ghost Storyteller": (
|
54 |
"The speaker is a Victorian-era raconteur speaking with a refined British accent and formal, precise diction. "
|
|
|
47 |
"auditory experience."
|
48 |
),
|
49 |
"🎬 Noir Detective": (
|
50 |
+
"A noir film portrayal of a 1940s private investigator narrating with a low, gravelly voice and deliberate "
|
51 |
+
"pacing. Speaks with a cynical, world-weary tone that drops lower when delivering key observations."
|
52 |
),
|
53 |
"🕯️ Victorian Ghost Storyteller": (
|
54 |
"The speaker is a Victorian-era raconteur speaking with a refined British accent and formal, precise diction. "
|