LICENSE
README.md
setup.py
src/syphus/__init__.py
src/syphus.egg-info/PKG-INFO
src/syphus.egg-info/SOURCES.txt
src/syphus.egg-info/dependency_links.txt
src/syphus.egg-info/entry_points.txt
src/syphus.egg-info/requires.txt
src/syphus.egg-info/top_level.txt
src/syphus/cli/__init__.py
src/syphus/cli/data_generator.py
src/syphus/cli/initializer.py
src/syphus/cli/output_merger.py
src/syphus/cli/syphus_cli.py
src/syphus/data_generator/__init__.py
src/syphus/data_generator/gpt_manager.py
src/syphus/data_generator/gpt_params_settings.py
src/syphus/data_generator/openai_settings.py
src/syphus/data_generator/response.py
src/syphus/data_generator/syphus.py
src/syphus/prompts/__init__.py
src/syphus/prompts/in_context_example.py
src/syphus/prompts/info.py
src/syphus/prompts/prompts.py
src/syphus/prompts/qa_pair.py
src/syphus/resources/template/config/gpt_info.yaml
src/syphus/resources/template/config/prompts.yaml
src/syphus/resources/template/resources/media_infos.json
src/syphus/utils/__init__.py
src/syphus/utils/file_format.py
src/syphus/utils/image_processor.py
src/syphus/utils/jsonl.py
src/syphus/utils/settings.py
src/syphus/utils/yaml.py