Update (test): add indexing route

This commit is contained in:
2023-09-27 00:08:11 +08:00
parent 012b3dfc61
commit 78736a9d32

View File

@@ -57,7 +57,7 @@ public static function createNewArticleTitle($current_title, $supporting_data)
No punctuation in titles especially colons :\n No punctuation in titles especially colons :\n
90-130 characters\n\n 90-130 characters\n\n
return in following json format {\"main_keyword\":\"(Main Keyword)\",\"title\":\"(Title in 90-130 letters)\",\"short_title\":\"(Short Title in 30-40 letters)\",\"article_type\":\"(How-tos|Guides|Interview|Review|Commentary|Feature|News|Editorial|Report|Research|Case-study|Overview|Tutorial|Update|Spotlight|Insights)\",\"description\":\"(SEO description, do not start with verb)\",\"photo_keywords\":[\"photo keyword 1\",\"photo keyword 2\"]}"; return in following json format {\"main_keyword\":\"(Main Keyword)\",\"title\":\"(Title in 90-130 letters)\",\"short_title\":\"(Short Title in 30-40 letters)\",\"article_type\":\"(How-tos|Guides|Interview|Review|Commentary|Feature|News|Editorial|Report|Research|Case-study|Overview|Tutorial|Update|Spotlight|Insights)\",\"description\":\"(Summarize in max 120 letters, add cliffhanger is possible to attract readers)\",\"photo_keywords\":[\"photo keyword 1\",\"photo keyword 2\"]}";
$supporting_data = Str::substr($supporting_data, 0, 2100); $supporting_data = Str::substr($supporting_data, 0, 2100);