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:
wangwei
2026-06-23 15:11:34 +08:00
co-authored by Copilot
parent f8e308b7dc
commit 2ad2c1ea9d
2 changed files with 6 additions and 2 deletions
+2 -2
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",
}
}
)