chore: rename blocks to artifacts (#793)
This commit is contained in:
parent
01f589b603
commit
81f909ac3a
41 changed files with 473 additions and 473 deletions
|
|
@ -17,7 +17,7 @@ export const myProvider = customProvider({
|
|||
middleware: extractReasoningMiddleware({ tagName: "think" }),
|
||||
}),
|
||||
"title-model": openai("gpt-4-turbo"),
|
||||
"block-model": openai("gpt-4o-mini"),
|
||||
"artifact-model": openai("gpt-4o-mini"),
|
||||
},
|
||||
imageModels: {
|
||||
"small-model": openai.image("dall-e-3"),
|
||||
|
|
@ -42,7 +42,7 @@ export const myProvider = customProvider({
|
|||
middleware: extractReasoningMiddleware({ tagName: "think" }),
|
||||
}),
|
||||
"title-model": openai("gpt-4-turbo"),
|
||||
"block-model": openai("gpt-4o-mini"),
|
||||
"artifact-model": openai("gpt-4o-mini"),
|
||||
},
|
||||
imageModels: {
|
||||
"small-model": openai.image("dall-e-3"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue