Spaces:
Running
Running
Update question_generator.py
Browse files- 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.
|
| 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 |
|