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 79d8022 commit 09de8fbCopy full SHA for 09de8fb
artifacts/code/server.ts
@@ -42,7 +42,7 @@ export const codeDocumentHandler = createDocumentHandler<'code'>({
42
let draftContent = '';
43
44
const { fullStream } = streamObject({
45
- model: myProvider.languageModel('artifacts-model'),
+ model: myProvider.languageModel('artifact-model'),
46
system: updateDocumentPrompt(document.content, 'code'),
47
prompt: description,
48
schema: z.object({
0 commit comments