Skip to content

Commit eb0a134

Browse files
authored
increase timeout
1 parent bd5d16b commit eb0a134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validators/text_validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class TextValidator(BaseValidator):
1515
def __init__(self, dendrite, config, subtensor, wallet: bt.wallet):
16-
super().__init__(dendrite, config, subtensor, wallet, timeout=60)
16+
super().__init__(dendrite, config, subtensor, wallet, timeout=75)
1717
self.streaming = True
1818
self.query_type = "text"
1919
self.model = "gpt-4-1106-preview"

0 commit comments

Comments
 (0)