*/ // Configuración $api_key = 'TU_API_KEY_AQUI'; // Obtén tu API Key desde https://ia.amberdev.online/admin $api_url = 'https://ia.amberdev.online'; $widget_name = 'Asistente IA'; $widget_logo = ''; // URL del logo (opcional) $widget_color = '#667eea'; // Color del widget // No mostrar si no hay API Key if (empty($api_key) || $api_key === 'TU_API_KEY_AQUI') { return; } ?>