8000 Do not summarise if not needed for prediction? · Issue #46 · Metaculus/forecasting-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Do not summarise if not needed for prediction? #46
Open
@vigji

Description

@vigji

Currently the ForecastingBot summarises research even if that summary is not used, with waste of time and tokens. Is there a reason or that behaviour could be changed? (can send a PR but would be a one liner)

Relevant code here:

summary_report = await self.summarize_research(question, research)
research_to_use = (
summary_report
if self.use_research_summary_to_forecast
else research
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0