capradeepgujaran commited on
Commit
fe4ed31
·
verified ·
1 Parent(s): 3576103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ class QuizGenerator:
46
  "content": prompt
47
  }
48
  ],
49
- model="llama2-70b-4096", # 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
 
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