7 lines
200 B
PHP
7 lines
200 B
PHP
<?php
|
|
// api/config.php
|
|
|
|
// IMPORTANT: Replace with your actual Anthropic API key.
|
|
// You can get a key from https://console.anthropic.com/
|
|
define('ANTHROPIC_API_KEY', 'YOUR_ANTHROPIC_API_KEY_HERE');
|