You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to pull the entirety of an articles content so that I can summarize it using ChatGPT. However, for every entry it appears that content is populated with the same small excerpt from the article that is contained within the summary key.
For example when pulling from this url
I get this output inside of content: '... <b>Boehringer Ingelheim</b>, and others. Promising Diabetic Retinopathy Pipeline Therapies in the various stages of development include Runcaciguat ...'
The following is the code that I am using, with self.urls simply being a list of RSS feeds that I am trying to parse.
I am looking to pull the entirety of an articles content so that I can summarize it using ChatGPT. However, for every entry it appears that content is populated with the same small excerpt from the article that is contained within the summary key.
For example when pulling from this url
I get this output inside of content:
'... <b>Boehringer Ingelheim</b>, and others. Promising Diabetic Retinopathy Pipeline Therapies in the various stages of development include Runcaciguat ...'
The following is the code that I am using, with self.urls simply being a list of RSS feeds that I am trying to parse.
Please let me know if I am doing anything wrong as I have tried to follow the documentation as best as possible.
Thanks,
Otis
The text was updated successfully, but these errors were encountered: