Jinwoo Nam (Nolan)

Results 13 comments of Jinwoo Nam (Nolan)

@hakimio Hello hakimio! Thank you so much for the feedback, I learned a lot from it.

Does google search works with openai api? Mine doesn't..

@fport Try this. ```tsx const modelColumns: ColumnDef[] = [ { accessorKey: 'model.name', header: 'Name', size: 100, }, { accessorKey: 'model.description', header: 'Description', size: 400, }, ] ``` ```tsx ``` ```tsx...