Add difficulty settings for generation

This commit is contained in:
cristiano.ferreira
2024-02-09 18:59:00 +00:00
parent b46f6011d3
commit d4694e55bf
3 changed files with 88 additions and 60 deletions

View File

@@ -106,6 +106,8 @@ FEMALE_VOICES = [item for item in ALL_VOICES if item.get('Gender') == 'Female']
MALE_NEURAL_VOICES = [item for item in ALL_NEURAL_VOICES if item.get('Gender') == 'Male']
FEMALE_NEURAL_VOICES = [item for item in ALL_NEURAL_VOICES if item.get('Gender') == 'Female']
difficulties = ["easy", "medium", "hard"]
topics = [
"Art and Creativity",
"History of Ancient Civilizations",