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
# if not summary: # If step parse failed, ignore the translation
154
+
summary=self.openai_complete(
155
+
f'Use third person mood to summarize the main points of the following article delimited by triple backticks in 2 concise sentences. Ensure the summary does not exceed 100 characters.\n'
156
+
f'```{content.strip(".")}.```', False)
156
157
returnsummary
157
158
exceptExceptionase:
158
159
logger.exception(f'Failed to summarize using openai, key #{config.openai_key_index}, {e}') # Make this error explicit in the log
0 commit comments