mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 03:39:52 +00:00
fix evals and scoring
This commit is contained in:
parent
55d66ca918
commit
606df220f5
3 changed files with 2 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ class LlmAsJudgeScoringFn(BaseScoringFn):
|
|||
)
|
||||
|
||||
judge_response = await self.inference_api.chat_completion(
|
||||
model=fn_def.params.judge_model,
|
||||
model_id=fn_def.params.judge_model,
|
||||
messages=[
|
||||
{
|
||||
"role": "user",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue