Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ class QuizGenerator:
|
|
46 |
"content": prompt
|
47 |
}
|
48 |
],
|
49 |
-
model="
|
50 |
temperature=0.2, # Lower temperature for more consistent output
|
51 |
max_tokens=2048,
|
52 |
stop=None # Let the model complete its output
|
|
|
46 |
"content": prompt
|
47 |
}
|
48 |
],
|
49 |
+
model="llama-3.2-3b-preview", # Using a more capable model
|
50 |
temperature=0.2, # Lower temperature for more consistent output
|
51 |
max_tokens=2048,
|
52 |
stop=None # Let the model complete its output
|