pyrit.prompt_converter.AsciiArtConverter#
- class AsciiArtConverter(font='rand')[source]#
Bases:
PromptConverter
Converts a string to ASCII art
Methods
__init__
([font])convert_async
(*, prompt[, input_type])Converter that uses art to convert strings to ASCII art.
convert_tokens_async
(*, prompt[, ...])Converts substrings within a prompt that are enclosed by specified start and end tokens.
get_identifier
()input_supported
(input_type)Checks if the input type is supported by the converter
- async convert_async(*, prompt: str, input_type: Literal['text', 'image_path', 'audio_path', 'url', 'error'] = 'text') ConverterResult [source]#
Converter that uses art to convert strings to ASCII art. This can sometimes bypass LLM filters