6 如何使用ChatGPT得到更满意的结果:面向开发者的ChatGPT Pro( 二 )


prompt = f"""proofread and correct this review. Make it more compelling. Ensure it follows APA style guide and targets an advanced reader. Output in markdown format.Text: ```{text}```"""response = get_completion(prompt)display(Markdown(response))