capradeepgujaran commited on
Commit
a05bac0
·
verified ·
1 Parent(s): 0d693b3

Update app.py

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