capradeepgujaran commited on
Commit
1386b3c
1 Parent(s): 5301f93

Update app.py

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