Skip to content

Commit a77083a

Browse files
committed
fix: update judge model from Llama-3.1-70B to openai/gpt-oss-120b in eval examples
1 parent 86a0975 commit a77083a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6282,7 +6282,7 @@ paths:
62826282
type="classify",
62836283
parameters=ParametersEvaluationClassifyParameters(
62846284
judge=ParametersEvaluationClassifyParametersJudge(
6285-
model="meta-llama/Llama-3.1-70B-Instruct-Turbo",
6285+
model="openai/gpt-oss-120b",
62866286
model_source="serverless",
62876287
system_template="You are an expert evaluator...",
62886288
),
@@ -6306,7 +6306,7 @@ paths:
63066306
63076307
response = client.evaluation.create(
63086308
type="classify",
6309-
judge_model_name="meta-llama/Llama-3.1-70B-Instruct-Turbo",
6309+
judge_model_name="openai/gpt-oss-120b",
63106310
judge_system_template="You are an expert evaluator...",
63116311
input_data_file_path="file-abc123",
63126312
labels=["good", "bad"],
@@ -6328,7 +6328,7 @@ paths:
63286328
type: 'classify',
63296329
parameters: {
63306330
judge: {
6331-
model: 'meta-llama/Llama-3.1-70B-Instruct-Turbo',
6331+
model: 'openai/gpt-oss-120b',
63326332
model_source: 'serverless',
63336333
system_template: 'You are an expert evaluator...',
63346334
},
@@ -6353,7 +6353,7 @@ paths:
63536353
type: 'classify',
63546354
parameters: {
63556355
judge: {
6356-
model: 'meta-llama/Llama-3.1-70B-Instruct-Turbo',
6356+
model: 'openai/gpt-oss-120b',
63576357
model_source: 'serverless',
63586358
system_template: 'You are an expert evaluator...',
63596359
},

0 commit comments

Comments
 (0)