fix: update API base URI to localhost for local development
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user