Update (openai): fix broken field
This commit is contained in:
@@ -13,7 +13,7 @@ public static function getArticleMeta($user_prompt, $model_max_tokens = 1536, $t
|
|||||||
|
|
||||||
$openai_config = 'openai-gpt-4-turbo';
|
$openai_config = 'openai-gpt-4-turbo';
|
||||||
|
|
||||||
$system_prompt = "Based on given article, populate the following in valid JSON format\n{\n\"title\":\"(Title based on article)\",\n\"keywords\":[\"(Important keywords in 1-2 words per keyword)\"],\n\"category\":\"(Updates|Opinions|Features|New Launches|How Tos|Reviews)\",\n\"summary\":\"(Summarise article in 80-100 words to help readers understand what article is about)\",\n\"entities\":[(List of companies, brands that are considered as main entites in 1-2 words. per entity)],\n\"society_impact\":[\"(Explain how this article content's can impact society on AI and\/or technology aspect )\"],\n\"society_impact_level:\"(low|medium|high)\"\n}";
|
$system_prompt = "Based on given article, populate the following in valid JSON format\n{\n\"title\":\"(Title based on article)\",\n\"keywords\":[\"(Important keywords in 1-2 words per keyword)\"],\n\"category\":\"(Updates|Opinions|Features|New Launches|How Tos|Reviews)\",\n\"summary\":\"(Summarise article in 80-100 words to help readers understand what article is about)\",\n\"entities\":[(List of companies, brands that are considered as main entites in 1-2 words. per entity)],\n\"society_impact\":\"(Explain how this article content's can impact society on AI and\/or technology aspect )\",\n\"society_impact_level:\"(low|medium|high)\"\n}";
|
||||||
|
|
||||||
return self::getChatCompletion($user_prompt, $system_prompt, $openai_config, $model_max_tokens, $timeout);
|
return self::getChatCompletion($user_prompt, $system_prompt, $openai_config, $model_max_tokens, $timeout);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user