mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-31 00:27:25 +02:00
log LLM config
This commit is contained in:
@@ -41,6 +41,7 @@ class TestRunLoggingService(AbstractTestRunLoggingService):
|
||||
is_rag_few_shot_enabled: bool,
|
||||
is_cot_enabled: bool,
|
||||
is_reflexion_enabled: bool,
|
||||
llm_config: dict,
|
||||
scores: List[float],
|
||||
mean: float,
|
||||
max: float):
|
||||
@@ -54,6 +55,7 @@ class TestRunLoggingService(AbstractTestRunLoggingService):
|
||||
"is_rag_few_shot_enabled": is_rag_few_shot_enabled,
|
||||
"is_cot_enabled": is_cot_enabled,
|
||||
"is_reflexion_enabled": is_reflexion_enabled,
|
||||
"llm_config": llm_config,
|
||||
"mean": mean,
|
||||
"max": max,
|
||||
"scores": scores
|
||||
|
||||
Reference in New Issue
Block a user