mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-15 21:48:14 +02:00
fix confusing log message
This commit is contained in:
@@ -33,7 +33,7 @@ def run_prompt_analysis_test(
|
||||
List of SemanticSimilarityResult objects
|
||||
"""
|
||||
semantic_similarity_service.use_comparison_texts(comparison_texts)
|
||||
print(f'using {len(prompts)} prompts (comparison texts) for testing...')
|
||||
print(f'using {len(prompts)} prompts for testing...')
|
||||
|
||||
results = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user