Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions_built_in/captioner/prompts/ideogram4_prompt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ideogram4_prompt = """
ideogram4_prompt = r"""
[META]
frozen: false
description: Slim single-shot magic prompt — splatter planning + v15 output discipline, deduped for faster inference. Thinking off.
Expand Down
6 changes: 6 additions & 0 deletions tests/test_captioner_prompts.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
def test_ideogram4_prompt_imports():
from extensions_built_in.captioner.prompts.ideogram4_prompt import (
ideogram4_prompt,
)

assert ideogram4_prompt.startswith("\n[META]")