We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10cbf2 commit 62ee4caCopy full SHA for 62ee4ca
examples/basic/hello-world-gpt5.ts renamed to examples/basic/hello-world-gpt-5.ts
examples/basic/package.json
@@ -12,7 +12,7 @@
12
"start:chat": "tsx chat.ts",
13
"start:dynamic-system-prompt": "tsx dynamic-system-prompt.ts",
14
"start:hello-world": "tsx hello-world.ts",
15
- "start:hello-world-gpt5": "tsx hello-world-gpt5.ts",
+ "start:hello-world-gpt-5": "tsx hello-world-gpt-5.ts",
16
"start:hello-world-gpt-oss": "tsx hello-world-gpt-oss.ts",
17
"start:lifecycle-example": "tsx lifecycle-example.ts",
18
"start:local-image": "tsx local-image.ts",
0 commit comments