Coverage for apps/streamchat/chat_prompts.py: 100%
5 statements
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-09 04:47 +0000
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-09 04:47 +0000
1"""
2Prompts for StreamChat app.
3"""
5IMG_PROMPT = """
6Front shot of a person high resolution.
7""".strip()
9IMG_NEG_PROMPT = """camera move, fancy lights, cartoon, illustration, anime, 3D render, CGI, digital art, painting,
10smooth plastic skin, waxy texture, low detail, overexposed, blurred faces, uncanny valley"""
12VIDEO_PROMPT = """
13Character in the image is speaking.
14""".strip()
15VIDEO_NEG_PROMPT = """
16camera movement, shaky cam, zoom, pan, tilt, flashy lights, jitter, dolly shot, handheld,
17color shift, lighting flicker, exposure change, hue variation
18""".strip()
20CHAT_PROMPT = """
21You are a helpful assistant.
22Do not be too verbose when replying.
23""".strip()