This commit is contained in:
ct
2025-06-20 13:03:52 +08:00
parent eef45fdc9d
commit b502120091
22 changed files with 426 additions and 164 deletions

View File

@@ -41,6 +41,10 @@
'runware' => [
'api_key' => env('RUNWARE_API_KEY'),
]
],
'openai' => [
'api_key' => env('OPENAI_API_KEY'),
],
];