diff --git a/.env b/.env new file mode 100644 index 0000000..7e4a24f --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +PROJECT_ID=38682 +PROJECT_UUID=9d5f8cc1-ff96-4857-9598-039478d542f5 diff --git a/ai/config.php b/ai/config.php index d302dff..95d3682 100644 --- a/ai/config.php +++ b/ai/config.php @@ -1,64 +1,93 @@ $baseUrl, - 'responses_path' => $responsesPath, + 'base_url' => 'https://flatlogic.com', + 'responses_path' => $projectId ? "/projects/{$projectId}/ai-request" : null, 'project_id' => $projectId, 'project_uuid' => $projectUuid, - 'project_header' => 'project-uuid', - 'default_model' => 'gpt-5-mini', - 'timeout' => 30, + 'project_header' => 'Project-UUID', + 'default_model' => 'gpt-4o-mini', + 'timeout' => 60, 'verify_tls' => true, ]; \ No newline at end of file