We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5d16b commit eb0a134Copy full SHA for eb0a134
validators/text_validator.py
@@ -13,7 +13,7 @@
13
14
class TextValidator(BaseValidator):
15
def __init__(self, dendrite, config, subtensor, wallet: bt.wallet):
16
- super().__init__(dendrite, config, subtensor, wallet, timeout=60)
+ super().__init__(dendrite, config, subtensor, wallet, timeout=75)
17
self.streaming = True
18
self.query_type = "text"
19
self.model = "gpt-4-1106-preview"
0 commit comments