Skip to content
Merged
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: 2 additions & 0 deletions cog_safe_push/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ async def make_fuzz_system_prompt() -> str:

Make sure you pick an appropriate URL for the the input, e.g. pick one of the image examples below if the input expects an image. Also make sure you respect any hints or documentation about file types.

Important: Don't use SVG files unless the model explicitly supports SVG (most don't, but some svg-to-image, or vectorization models do).

"""
+ multimedia_example_files
)
Expand Down
Loading