Skip to content

Commit

Permalink
change text distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
surcyf123 authored Jan 30, 2024
1 parent c7e0b3e commit cf7595b
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 @@ -75,7 +75,7 @@ async def start_query(self, available_uids, metagraph) -> tuple[list, dict]:
query_tasks = []
uid_to_question = {}
# Randomly choose the provider based on specified probabilities
providers = ["OpenAI"] * 2 + ["Anthropic"] * 8
providers = ["OpenAI"] * 6 + ["Anthropic"] * 4
self.provider = random.choice(providers)

if self.provider == "Anthropic":
Expand Down

0 comments on commit cf7595b

Please sign in to comment.