1
0
Fork 0

feat(products): generate thumbnails with OpenAI

This commit is contained in:
Henrik Hautakoski 2026-04-29 17:44:13 +02:00
parent ad7d40b308
commit 7d96e8f0f9
2 changed files with 117 additions and 0 deletions

View file

@ -35,4 +35,8 @@ return [
],
],
'openai' => [
'api_key' => env('OPENAI_API_KEY'),
],
];