Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
surcyf123 authored Mar 6, 2024
1 parent bd5d16b commit eb0a134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validators/text_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb0a134

Please sign in to comment.