Skip to content

Commit

Permalink
increase bandwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
surcyf123 authored Feb 6, 2024
1 parent 30c1eb1 commit bc79bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
EMBEDDING_BLACKLIST_STAKE = 20000
ISALIVE_BLACKLIST_STAKE = min(PROMPT_BLACKLIST_STAKE, IMAGE_BLACKLIST_STAKE, EMBEDDING_BLACKLIST_STAKE)
MIN_REQUEST_PERIOD = 2
MAX_REQUESTS = 3
MAX_REQUESTS = 12
# must have the test_key whitelisted to avoid a global blacklist
testnet_key = ["5EhEZN6soubtKJm8RN7ANx9FGZ2JezxBUFxr45cdsHtDp3Uk"]
test_key = ["5DcRHcCwD33YsHfj4PX5j2evWLniR1wSWeNmpf5RXaspQT6t"]
Expand Down

0 comments on commit bc79bc6

Please sign in to comment.