feat(products): generate thumbnails with OpenAI
This commit is contained in:
parent
ad7d40b308
commit
7d96e8f0f9
2 changed files with 117 additions and 0 deletions
|
|
@ -35,4 +35,8 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'openai' => [
|
||||
'api_key' => env('OPENAI_API_KEY'),
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue