Skip to content

Commit

Permalink
fix: specifying period in default model_id
Browse files Browse the repository at this point in the history
  • Loading branch information
knutdrand committed Oct 3, 2024
1 parent 6923320 commit 942200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chap_core/api_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RequestV1(BaseModel):
features: list[DataList]

class RequestV2(RequestV1):
model_id: str = 'chap_ewars'
model_id: str = 'chap_ewars_monthly'

class PredictionRequest(RequestV2):
n_periods: int = 3
Expand Down

0 comments on commit 942200a

Please sign in to comment.