Skip to content

Commit a904483

Browse files
authored
Update to latest audio model (#2098)
1 parent 7a61dec commit a904483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/evaluation/use-cases/EvalsAPI_Audio_Inputs.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
"grader_config = {\n",
302302
" \"type\": \"score_model\",\n",
303303
" \"name\": \"Reference answer audio model grader\",\n",
304-
" \"model\": \"gpt-4o-audio-preview\",\n",
304+
" \"model\": \"gpt-audio\",\n",
305305
" \"input\": [\n",
306306
" {\n",
307307
" \"role\": \"system\",\n",
@@ -436,7 +436,7 @@
436436
" \"type\": \"file_id\",\n",
437437
" \"id\": file.id\n",
438438
" },\n",
439-
" \"model\": \"gpt-4o-audio-preview\", # model used to generate the response; check that the model you use supports audio inputs\n",
439+
" \"model\": \"gpt-audio\", # model used to generate the response; check that the model you use supports audio inputs\n",
440440
" \"sampling_params\": {\n",
441441
" \"temperature\": 0.0,\n",
442442
" },\n",

0 commit comments

Comments
 (0)