This commit is contained in:
Zironic 2026-08-15 07:47:18 +02:00 committed by GitHub
commit aa43ca0213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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]")