We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcd842 commit a437299Copy full SHA for a437299
src/paperqa/settings.py
@@ -403,9 +403,6 @@ class PromptSettings(BaseModel):
403
description="System prompt to use when generating contextual summaries and answers.",
404
)
405
use_json: bool = True
406
- # Not thrilled about this model,
407
- # but need to split out the system/summary
408
- # to get JSON
409
summary_json: str | list[str] = Field(
410
default_factory=lambda: [
411
summary_json_system_prompt,
0 commit comments