Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/evaluation/use-cases/EvalsAPI_Audio_Inputs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"grader_config = {\n",
" \"type\": \"score_model\",\n",
" \"name\": \"Reference answer audio model grader\",\n",
" \"model\": \"gpt-4o-audio-preview\",\n",
" \"model\": \"gpt-audio\",\n",
" \"input\": [\n",
" {\n",
" \"role\": \"system\",\n",
Expand Down Expand Up @@ -436,7 +436,7 @@
" \"type\": \"file_id\",\n",
" \"id\": file.id\n",
" },\n",
" \"model\": \"gpt-4o-audio-preview\", # model used to generate the response; check that the model you use supports audio inputs\n",
" \"model\": \"gpt-audio\", # model used to generate the response; check that the model you use supports audio inputs\n",
" \"sampling_params\": {\n",
" \"temperature\": 0.0,\n",
" },\n",
Expand Down