Skip to content

Commit e70f5cc

Browse files
committed
update
1 parent 03d6b58 commit e70f5cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/gateway/integrations/codex.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ This integration uses the [AI Gateway](/gateway/overview), which provides a unif
8686
apiKey: process.env.HELICONE_API_KEY,
8787
});
8888

89-
const thread = codex.startThread();
89+
const thread = codex.startThread({
90+
model: "gpt-5" // 100+ models supported
91+
});
9092
const turn = await thread.run("What files are in the current directory?");
9193

9294
console.log(turn.finalResponse);

0 commit comments

Comments
 (0)