codecamp

ChatGPT 查找标题

使用 ChatGPT-4 查找标题

为您的作品找到完美的标题并不容易。

您可以将 ChatGPT 用作创意助手来帮助您找到标题的想法

描述工作

为了帮助您生成标题,ChatGPT 需要有关您工作的上下文。

具体了解上下文、主题等很重要。你得到的越具体,你得到的建议就越好。

例子

使用以下提示:

Suggest 10 titles for a short story about a robot posing as a student. It is written from a teenager's perspective, and the robot is almost a perfect copy of a human. They find friends and fall in love. But they still can't solve captchas when browsing the internet.

ChatGPT-4 的回应可能是:

我们有一个列表,其中包含非常不同的标题,需要完善和处理。

完善和实验

我喜欢数字 5。让我们给 ChatGPT 更多的信息并从中开始工作:

例子

使用以下提示:

Number 5 suits the story well, as the story is mainly about the robot figuring out how to stay true to its robotic nature but at the same time develop as a human. Based on that, suggest 10 more titles.

ChatGPT-4 的回应可能是:

现在,您可以继续使用这些标题,进一步完善或获取您必须制作自己的部分内容。


ChatGPT 初稿
ChatGPT 写电子邮件
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }