Skip to content

Commit 0de469c

Browse files
authored
Update prompt_user message for title generation
1 parent 181acd2 commit 0de469c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/aiapi/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
$title=$_GET['title'];
7878
if($title==""){
7979
$prompt_sys=file_get_contents(dirname(__FILE__)."/title.md");
80-
$prompt_user="今天是".date("Y-m-d H:i:s").",找找最新的热点新闻,最近的节日、历史上的今天,给你一个随机数".rand().",帮我想一个标题吧,不要多余的解释,就一个标题。";
80+
$prompt_user="今天是".date("Y-m-d H:i:s").",找找最新的热点新闻,最近的节日、历史上的今天,可以参考一些唐诗宋词、股票简称、动漫剧情、网络热梗,给你一个随机数".rand().",帮我想一个标题吧,不要多余的解释,就一个标题。";
8181
if(isset($temperature)) $temperature=1.2;
8282
}else{
8383

0 commit comments

Comments
 (0)