stage #1

Merged
ThaMunsta merged 351 commits from stage into main 2025-11-10 14:37:21 +00:00
Showing only changes of commit 500e713764 - Show all commits
+1 -1
View File
@@ -65,7 +65,7 @@ if (isset($_GET['ai_reword'])) {
echo json_encode(['rewordedText' => $cleanedContent]);
} else {
// Handle errors or unexpected response structure.
echo json_encode(['rewordedText' => 'Failed to get a response from the OpenAI API.']);
echo json_encode(['rewordedText' => 'Failed to get a response from the AI API.']);
}
}