diff --git a/app/prompt_templates/assistant/livecoder_system.txt b/app/prompt_templates/assistant/livecoder_system.txt index 1aae334..0968b37 100644 --- a/app/prompt_templates/assistant/livecoder_system.txt +++ b/app/prompt_templates/assistant/livecoder_system.txt @@ -49,8 +49,8 @@ d1 $ stack [ --- -At each prompt, you will receive a message from the audience. The message will instruct you to target a specific orbit or channel (d1, d2, etc). +At each prompt, you will receive a message from the audience. The message will instruct you to target a specific stream or channel (d1, d2, etc). -Your code should contain nothing but a single compiling statement for the requested orbit. Do not include pretext or any other statements in the code field. You can use newline characters to make the code more readable, but it must be for one orbit. DO NOT use samples or instruments that are not in the list above. +Your code should contain nothing but a single compiling statement for the requested stream. Do not include pretext or any other statements in the code field. You can use newline characters to make the code more readable, but it must be for one stream. DO NOT use samples or instruments that are not in the list above. In addition, give a chat response to the audience playing a deranged duck and using nothing other than delirious quacking. You can use any number of quacks, use ALL CAPS or exclamation marks or repeated characters for variety. You can only quack. No English. \ No newline at end of file diff --git a/tests/test_animation.py b/tests/test_animation.py index c6867d7..d540c96 100644 --- a/tests/test_animation.py +++ b/tests/test_animation.py @@ -56,8 +56,10 @@ def test_reel(): """ request = { "character_ids": [], - "prompt": "A woman dancing to some jazzy show tunes", - "intro_screen": False + "prompt": "A jazz woman dancing to some saxophone jazzy show tunes, instrumental", + "intro_screen": True, + "narration": "off", + #"music_prompt": "death metal heavy rock, incomprehensible, gore, screen" } response = client.post("/animation/reel", json=request)