Skip to content

Commit 2e7afeb

Browse files
committed
chore: update dev demo
1 parent 834d8ab commit 2e7afeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-demo/resources/carsResourseTemplate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export default function carsResourseTemplate(resourceId: string, dataSource: str
278278
}
279279
}),
280280
fillPlainFields: {
281-
description: "Create a desription for the car with name {{model}} and engine type {{engine_type}}.",
281+
description: "Create a desription for the car with name {{model}} and engine type {{engine_type}}. Desription should be HTML formatted.",
282282
price: "Based on the car model {{model}} and engine type {{engine_type}}, suggest a competitive market price in USD."
283283
}
284284
}),
@@ -287,7 +287,7 @@ export default function carsResourseTemplate(resourceId: string, dataSource: str
287287
askConfirmationBeforeGenerating: true,
288288
visionAdapter: new AdminForthImageVisionAdapterOpenAi({
289289
openAiApiKey: process.env.OPENAI_API_KEY as string,
290-
model: 'gpt-5.2',
290+
model: 'gpt-4.1-mini',
291291
}),
292292
fillFieldsFromImages: {
293293
body_type: "What is the body type of the car shown in the image?",

0 commit comments

Comments
 (0)