Skip to content

Commit ce85cc4

Browse files
author
nrandriamanana
committed
prepare API for tag
1 parent 2d56e58 commit ce85cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/models/responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PredictionResponse(RootModel[Dict[str, Union[Prediction, float, str]]]):
2828
"1": Prediction,
2929
"2": Prediction,
3030
...,
31-
"IC": float, # required confidence score
31+
"IC": float, # required confidence score
3232
"MLversion": str # required run_id as model version
3333
}
3434

0 commit comments

Comments
 (0)