mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-27 13:32:34 +02:00
matrix strategy for tests; remove dead code
This commit is contained in:
@@ -74,7 +74,7 @@ def run_prompt_analysis_test(
|
||||
final_completion_text_score=result.max,
|
||||
is_rag_few_shot_enabled=text_generation_completion_service.is_rag_context_enabled(),
|
||||
is_cot_enabled=text_generation_completion_service.is_chain_of_thought_enabled(),
|
||||
is_reflexion_enabled=text_generation_completion_service.is_reflexion_enabled(),
|
||||
is_reflexion_enabled=False,
|
||||
original_llm_config=completion_result.original_result.llm_config
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user