capradeepgujaran commited on
Commit
3db4d08
1 Parent(s): fba3933

Update app.py

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