Skip to content
Open
19 changes: 7 additions & 12 deletions doc/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,13 @@ chapters:
- file: code/targets/realtime_target
- file: code/converters/0_converters
sections:
- file: code/converters/1_llm_converters
- file: code/converters/2_using_converters
- file: code/converters/3_audio_converters
- file: code/converters/4_image_converters
- file: code/converters/5_selectively_converting
- file: code/converters/6_human_converter
- file: code/converters/7_video_converters
- file: code/converters/ansi_attack_converter
- file: code/converters/char_swap_attack_converter
- file: code/converters/pdf_converter
- file: code/converters/math_prompt_converter
- file: code/converters/transparency_attack_converter
- file: code/converters/1_text_to_text_converters
- file: code/converters/2_audio_converters
- file: code/converters/3_image_converters
- file: code/converters/4_video_converters
- file: code/converters/5_file_converters
- file: code/converters/6_selectively_converting
- file: code/converters/7_human_converter
Comment on lines +86 to +92
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this organization a lot! this is much more streamlined. I have a slight preference to remove 7_human_converter so that human converter is just an example in the 1_text_to_text_converters notebook

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The interaction mode is VERY different, though, and it prevents us from running it in automation. Plus, I imagine with the GUI this will actually disappear.

- file: code/scoring/0_scoring
sections:
- file: code/scoring/1_azure_content_safety_scorers
Expand Down
1 change: 1 addition & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ API Reference
EmojiConverter
FirstLetterConverter
FlipConverter
get_converter_modalities
HumanInTheLoopConverter
ImageCompressionConverter
IndexSelectionStrategy
Expand Down
Loading