Skip to content

Commit 7259917

Browse files
turn on reasoning
1 parent 14563f6 commit 7259917

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/pytest/test_basic_coding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def coding_dataset_to_evaluation_row(data: List[Dict[str, Any]]) -> List[Evaluat
3333
"temperature": 0.0,
3434
"max_tokens": 4096,
3535
"model": "fireworks_ai/accounts/fireworks/models/kimi-k2p5",
36-
"reasoning_effort": "none",
3736
}
3837
],
3938
passed_threshold=0.8,

tests/pytest/test_hallucination.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def hallucination_dataset_adapter(data: List[Dict[str, Any]]) -> List[Evaluation
3939
"temperature": 0.0,
4040
"max_tokens": 512,
4141
"model": "fireworks_ai/accounts/fireworks/models/kimi-k2p5",
42-
"reasoning_effort": "none",
4342
}
4443
],
4544
rollout_processor=SingleTurnRolloutProcessor(),

0 commit comments

Comments
 (0)