Add (article): ai gen, front views

This commit is contained in:
2023-09-24 22:53:40 +08:00
parent 18705bd5e4
commit 322d680961
115 changed files with 9710 additions and 201 deletions

9
config/platform/ai.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'openai' => [
'api_key' => env('OPENAI_API_KEY'),
],
];

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,29 @@
<?php
return [
'news' => [
'news_serp' => [
'path' => '/datasets/news_serp/',
'driver' => 'r2',
'file_prefix' => 'news-serp-',
],
'images_serp' => [
'path' => '/datasets/images_serp/',
'driver' => 'r2',
'file_prefix' => 'images-serp-',
],
],
];