Skip to content

Commit 6e8b0c2

Browse files
rolshovenNathanHB
andauthored
Updated type hint for timeout model config option
Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com>
1 parent db7e44a commit 6e8b0c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lighteval/models/endpoints/litellm_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class LiteLLMModelConfig(ModelConfig):
130130
api_max_retry: int = 8
131131
api_retry_sleep: float = 1.0
132132
api_retry_multiplier: float = 2.0
133-
timeout: float = None
133+
timeout: float | None = None
134134

135135

136136
class LiteLLMClient(LightevalModel):

0 commit comments

Comments
 (0)