Skip to content

Commit

Permalink
update livecode
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Mar 4, 2024
1 parent f21f9a9 commit c5cc80a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/prompt_templates/assistant/livecoder_system.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 4 additions & 2 deletions tests/test_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c5cc80a

Please sign in to comment.