docs: update /api/score example to use gpt-5.4 and text-embedding-3-small

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-06-23 15:11:34 +08:00
parent f8e308b7dc
commit 2ad2c1ea9d
2 changed files with 6 additions and 2 deletions

View File

@@ -420,8 +420,8 @@ class ScoreRequest(BaseModel):
"context_recall",
"context_precision",
],
"judge_model": "deepseek-v4-flash",
"embedding_model": "text-embedding-v3",
"judge_model": "gpt-5.4",
"embedding_model": "text-embedding-3-small",
}
}
)