Skip to content

Commit

Permalink
Merge pull request #20 from newfold-labs/update-worker
Browse files Browse the repository at this point in the history
update the cf worker
  • Loading branch information
amartya-dev authored Feb 27, 2024
2 parents f156636 + b2c1a56 commit c8b7764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
}
Expand Down

0 comments on commit c8b7764

Please sign in to comment.