作者 刘锟

update

... ... @@ -95,7 +95,7 @@ class GeoWritingsTaskLogic extends BaseLogic
$suffix = isset($this->param['suffix']) && $this->param['suffix'] ? $this->param['suffix'] : '';
$event_title = isset($this->param['event_title']) && $this->param['event_title'] ? $this->param['event_title'] : '';
$number = isset($this->param['number']) && $this->param['number'] ? $this->param['number'] : 1;
$desc = "帮我写{$number}个有吸引力的英文新闻标题,并确保这个标题在Google上面唯一存在的,只需要回复我标题,不需要别的内容(比如序号、你的提示、寒暄、解释、注释之类的),标题不要超过100字符数";
$desc = "帮我写{$number}个有吸引力的英文新闻标题,并确保这个标题在Google上面唯一存在的,只需要回复我标题,不需要别的内容(比如序号、你的提示、寒暄、解释、注释之类的),标题不要超过100字符数,一行一个";
$config_title = [
"brand" => "请根据公司品牌词:{$brand}",
... ...