Skip to content

Commit a437299

Browse files
committed
Removed comment mentioning tech debt, as this PR resolves it
1 parent 4fcd842 commit a437299

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/paperqa/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,6 @@ class PromptSettings(BaseModel):
403403
description="System prompt to use when generating contextual summaries and answers.",
404404
)
405405
use_json: bool = True
406-
# Not thrilled about this model,
407-
# but need to split out the system/summary
408-
# to get JSON
409406
summary_json: str | list[str] = Field(
410407
default_factory=lambda: [
411408
summary_json_system_prompt,

0 commit comments

Comments
 (0)