mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
8 lines
188 B
PHP
8 lines
188 B
PHP
<?php
|
|
|
|
return [
|
|
'base_url' => env('OPENAI_BASE_URL', 'https://api.openai.com'),
|
|
'api_key' => env('OPENAI_API_KEY', ''),
|
|
// 'is_enabled' => env('OPENAI_IS_ENABLED', 'true'),
|
|
];
|