简单看了一下OpenAI官方出品的「GPT最佳实践」,差不多就是另一种意义上的「职场基础沟通指南」,能和同事好好沟通的人大概率也能用好GPT。

OpenAI在文中给出的六条建议:

- 写清楚说明(Write clear instructions)
- 提供参考文本(Provide reference text)
- 将复杂任务拆分成更简单的子任务(Split complex tasks into simpler subtasks)
- 给GPT时间「思考」(Give GPTs time to "think")
- 使用外部工具(Use external tools)
- 系统地测试更改(Test changes systematically)

🔗 https://platform.openai.com/docs/guides/gpt-best-practices
 
 
Back to Top