fix: update API base URI to localhost for local development

This commit is contained in:
2026-06-26 21:27:16 +02:00
parent e43c7b9101
commit 23f20e4371
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ ini_set('error_log', __DIR__ . '/../errors.log');
ini_set('display_errors', '0');
error_reporting(E_ALL);
define('AI_SITE_LLM_API_BASE_URI', 'https://ai.haschek.at');
define('AI_SITE_LLM_API_BASE_URI', 'http://localhost:8080/v1');
$pexelsKey = 'Clyqp9i9pewaxiiAdqVya0yZuuedjHtUtJdjRipNltp7wf0dY8K10h4h';
$apiKey = 'sk-Y1FrlvtAV4PWwK40TSVq-Q';