mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
9 lines
262 B
PHP
9 lines
262 B
PHP
<?php
|
|
|
|
return [
|
|
'base_url' => env('ANTHROPIC_BASE_URL', 'https://api.anthropic.com'),
|
|
'api_key' => env('ANTHROPIC_API_KEY', ''),
|
|
'api_version' => env('ANTHROPIC_API_VERSION', '2023-06-01'),
|
|
// 'is_enabled' => env('OPENAI_IS_ENABLED', 'true'),
|
|
];
|