rairo commited on
Commit
70c677d
·
verified ·
1 Parent(s): 88265dd

Update question_generator.py

Browse files
Files changed (1) hide show
  1. question_generator.py +1 -1
question_generator.py CHANGED
@@ -265,7 +265,7 @@ The tokens array must be in shuffled order (not the correct order).
265
  correct_order must be indices into the tokens array giving the right sequence."""
266
 
267
  response = self.client.models.generate_content(
268
- model="gemini-2.0-flash",
269
  contents=prompt,
270
  )
271
 
 
265
  correct_order must be indices into the tokens array giving the right sequence."""
266
 
267
  response = self.client.models.generate_content(
268
+ model="gemini-2.5-flash",
269
  contents=prompt,
270
  )
271