Skip to content

Commit 69aeb5a

Browse files
committed
Merge commit '7433ba1e4e86213915cb4f6e81af08aaac8cab7e' into minh/formatting
2 parents 405b180 + 7433ba1 commit 69aeb5a

11 files changed

+2314
-45
lines changed

authors.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# You can optionally customize how your information shows up cookbook.openai.com over here.
44
# If your information is not present here, it will be pulled from your GitHub profile.
5+
6+
jonlim-openai:
7+
name: "Jonathan Lim"
8+
website: "https://www.linkedin.com/in/jonlmr"
9+
avatar: "https://avatars.githubusercontent.com/u/189068472?v=4"
10+
511
WJPBProjects:
612
name: "Wulfie Bain"
713
website: "https://www.linkedin.com/in/wulfie-bain/"
@@ -32,6 +38,11 @@ rajpathak-openai:
3238
website: "https://www.linkedin.com/in/rajpathakopenai/"
3339
avatar: "https://avatars.githubusercontent.com/u/208723614?s=400&u=c852eed3be082f7fbd402b5a45e9b89a0bfed1b8&v=4"
3440

41+
emreokcular:
42+
name: "Emre Okcular"
43+
website: "https://www.linkedin.com/in/emreokcular/"
44+
avatar: "https://avatars.githubusercontent.com/u/26163154?v=4"
45+
3546
chelseahu-openai:
3647
name: "Chelsea Hu"
3748
website: "https://www.linkedin.com/in/chelsea-tsaiszuhu/"

examples/agents_sdk/session_memory.ipynb

Lines changed: 1413 additions & 0 deletions
Large diffs are not rendered by default.

examples/codex/secure_quality_gitlab.md

Lines changed: 613 additions & 0 deletions
Large diffs are not rendered by default.

examples/evaluation/use-cases/EvalsAPI_Audio_Inputs.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"source": [
199199
"## Eval Configuration\n",
200200
"\n",
201-
"Now that we have our data source and task, we will create our evals. For the OpenAI Evals API docs, visit [API docs](https://platform.openai.com/docs/evals/overview).\n"
201+
"Now that we have our data source and task, we will create our evals. For the OpenAI Evals API docs, visit [API docs](https://platform.openai.com/docs/guides/evals).\n"
202202
]
203203
},
204204
{
@@ -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)