Add (article): ai gen, front views
This commit is contained in:
9
config/platform/ai.php
Normal file
9
config/platform/ai.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'openai' => [
|
||||
'api_key' => env('OPENAI_API_KEY'),
|
||||
],
|
||||
|
||||
];
|
||||
3418
config/platform/country_codes.php
Normal file
3418
config/platform/country_codes.php
Normal file
File diff suppressed because it is too large
Load Diff
29
config/platform/dataset.php
Normal file
29
config/platform/dataset.php
Normal 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-',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user