Skip to content

Commit 834d8ab

Browse files
committed
chore: update dev-demo
1 parent 3829f21 commit 834d8ab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dev-demo/resources/carsResourseTemplate.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-4.1-mini',
290+
model: 'gpt-5.2',
291291
}),
292292
fillFieldsFromImages: {
293293
body_type: "What is the body type of the car shown in the image?",
@@ -347,9 +347,6 @@ export default function carsResourseTemplate(resourceId: string, dataSource: str
347347
show: true,
348348
filter: true,
349349
},
350-
listTableClickUrl: async (record, adminUser, resource) => {
351-
return `/resource/${resource.resourceId}/edit/${record[pkFileldName]}`;
352-
},
353350
actions: [
354351
{
355352
name: 'Approve Listing',

0 commit comments

Comments
 (0)