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 8a9f626 commit 2f49e20Copy full SHA for 2f49e20
src/pages/[platform]/ai/set-up-ai/index.mdx
@@ -83,7 +83,7 @@ const schema = a.schema({
83
aiModel: a.ai.model('Claude 3 Haiku'),
84
systemPrompt: 'You are a helpful assistant',
85
})
86
- .authorization((allow) => allow.owner()),,
+ .authorization((allow) => allow.owner()),
87
// highlight-end
88
89
// This adds a new generation route to your Amplify Data backend.
0 commit comments