We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d54cf commit d813c88Copy full SHA for d813c88
app/questions_generator/generator.py
@@ -146,5 +146,6 @@ def generate_all(self) -> List[str]:
146
"""
147
result = []
148
result.extend(self.heuristic_questions())
149
- result.extend(self.generate_llm_questions(count=7))
+ result.extend(["Начало rut5-base-multitask вопросов"])
150
+ result.extend(self.generate_llm_questions(count=10))
151
return list(dict.fromkeys(result)) # убрать дубли
0 commit comments