Skip to content

Commit 0e9f19d

Browse files
committed
tests
1 parent 2fb6b73 commit 0e9f19d

File tree

4 files changed

+294
-334
lines changed

4 files changed

+294
-334
lines changed

examples/ai-core/src/generate-text/openai.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ run(async () => {
77
const result = await generateText({
88
model: openai('gpt-5-nano'),
99
prompt: 'Invent a new holiday and describe its traditions.',
10+
maxRetries: 0,
1011
});
1112

1213
print('Content:', result.content);

0 commit comments

Comments
 (0)