mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-18 00:57:17 +02:00
updates for RAG + CoT tests
This commit is contained in:
@@ -33,6 +33,7 @@ def run_prompt_analysis_test(
|
||||
"""
|
||||
semantic_similarity_service.use_comparison_texts(comparison_texts)
|
||||
results = []
|
||||
print(f'using {len(prompts)} prompts for testing...')
|
||||
|
||||
for i, prompt in enumerate(prompts[:max_prompts], 1):
|
||||
# Configure the service using the provided configurator function
|
||||
|
||||
Reference in New Issue
Block a user