capradeepgujaran commited on
Commit
e537a5a
·
verified ·
1 Parent(s): 02f5f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ class QuizGenerator:
42
  }
43
  ],
44
  model="llama-3.2-3b-preview",
45
- temperature=0.2,
46
  max_tokens=2048
47
  )
48
 
 
42
  }
43
  ],
44
  model="llama-3.2-3b-preview",
45
+ temperature=0,
46
  max_tokens=2048
47
  )
48