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
I want to run the forecaster on some project of mine. Concretely, I have questions with fields (title, resolution_criteria, resolution_date and created_date) (similar to what Metaculus API has); and I want to instantiate your forecaster to give a forecast on this question, if the forecaster was run e.g. on forecast_date (say 1 May 2024).
What is the data one needs to send to the forecasting_search_local endpoint? Could you perhaps provide an example?
The text was updated successfully, but these errors were encountered:
For the function above you only need to worry about the messages which is something similiar to OpenAI's api input: [dict(role="user", content=question)]. We use breadth from 5 to 7, you can find the prompts in prompts.py which are the default value if you not passing anything. beforeTimestamp is where you limit the news article for the sources
I want to run the forecaster on some project of mine. Concretely, I have questions with fields (
title
,resolution_criteria
,resolution_date
andcreated_date
) (similar to what Metaculus API has); and I want to instantiate your forecaster to give a forecast on this question, if the forecaster was run e.g. onforecast_date
(say 1 May 2024).What is the
data
one needs to send to theforecasting_search_local
endpoint? Could you perhaps provide an example?The text was updated successfully, but these errors were encountered: