Skip to content

add in no-research-one-shot and 4 frontier models to use this template#279

Open
colesussmeier wants to merge 1 commit into
mainfrom
add-no-research-one-shot
Open

add in no-research-one-shot and 4 frontier models to use this template#279
colesussmeier wants to merge 1 commit into
mainfrom
add-no-research-one-shot

Conversation

@colesussmeier

Copy link
Copy Markdown
Contributor

new template + 4 frontier models to run this

"```json\n{\n"
f"{self._json_example_body(examples)}\n"
"}\n```"
)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll assume the prompt matches minimalistic for all these in general.

span = hi_dt - lo_dt
examples = [
f'"{(lo_dt + span * f).date().isoformat()}"' for f in _EXAMPLE_FRACTIONS
]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably sanity check that this looks right in the prompt itself.

Comment thread run_bots.py
if bot_type == "no_research_one_shot":
return NoResearchOneShotBot(
research_reports_per_question=1,
predictions_per_research_report=predictions_per_research_report or 1,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we constrain to 1? Raise error if its more than that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants