diff --git a/validators/text_validator.py b/validators/text_validator.py index 32cfee4d..c1aab71a 100644 --- a/validators/text_validator.py +++ b/validators/text_validator.py @@ -13,7 +13,7 @@ class TextValidator(BaseValidator): def __init__(self, dendrite, config, subtensor, wallet: bt.wallet): - super().__init__(dendrite, config, subtensor, wallet, timeout=60) + super().__init__(dendrite, config, subtensor, wallet, timeout=75) self.streaming = True self.query_type = "text" self.model = "gpt-4-1106-preview"