Fix: AI Blog Assistant retry logic and Subdomain routing for Akademi

This commit is contained in:
Muhammet Güler
2026-02-16 14:55:06 +03:00
parent 0fa8e4e435
commit 7101f7878a
10 changed files with 458 additions and 1 deletions
+8
View File
@@ -35,4 +35,12 @@ return [
],
],
'gemini' => [
'key' => env('GEMINI_API_KEY'),
],
'unsplash' => [
'access_key' => env('UNSPLASH_ACCESS_KEY'),
],
];