13-05-2026 implementation FR
This commit is contained in:
parent
245c281541
commit
70240d2b6a
61 changed files with 4472 additions and 2 deletions
|
|
@ -35,4 +35,11 @@ return [
|
|||
'secret' => env('STRIPE_SECRET'),
|
||||
],
|
||||
|
||||
'openai' => [
|
||||
'api_key' => env('OPENAI_API_KEY'),
|
||||
'url' => env('OPENAI_API_URL', 'https://api.openai.com/v1/chat/completions'),
|
||||
'model' => env('OPENAI_MODEL', 'gpt-5.4-mini'),
|
||||
'timeout' => env('OPENAI_TIMEOUT', 60),
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue