Skip to content

Commit e25b3ff

Browse files
committed
Improve README
1 parent 76a40c0 commit e25b3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const schema = object({
113113
})
114114

115115
await generateObject({
116-
model: openai('...'),
116+
model: openai(...),
117117
schema: jsonSchema(schema),
118118
prompt: 'Analyze this review: "Great product, works perfectly!"',
119119
})

0 commit comments

Comments
 (0)