From b2c1a5686f3eaf8aa76d5479a99737f238320780 Mon Sep 17 00:00:00 2001 From: Amartya Gaur Date: Tue, 27 Feb 2024 20:15:15 +0530 Subject: [PATCH] update the cf worker --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index a85a724..26549ed 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -17,7 +17,7 @@ function () { if ( ! defined( 'NFD_AI_SERVICE_BASE' ) ) { define( 'NFD_AI_SERVICE_BASE', 'https://hiive.cloud/workers/ai-proxy/v1/' ); - define( 'NFD_AI_BASE', 'https://hiive.cloud/workers/ai-proxy/' ); + define( 'NFD_AI_BASE', 'https://hiive.cloud/workers/ai-sitegen-proxy/' ); define( 'NFD_PATTERNS_BASE', 'https://patterns.hiive.cloud/' ); define( 'NFD_SITEGEN_OPTION', 'nfd-ai-site-gen' ); }