Hi all, My first newbie topic here.
I am trying to generate a summary of a story using gpt3.5 API. It generates the summary well with some things I would like to exclude:
In the end it generates morale of the story
It generates information that is not present in the chapter. e.g. the name of the Authors
How to avoid the above 2?
My prompt:
messages= [{"role": "user", "content":f"Write a summary of the following:{chapter_content}"}]