Haseeb-001 commited on
Commit
e0b032e
·
verified ·
1 Parent(s): 348372e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
16
 
17
  # --- Constants ---
18
  MODEL_CONFIG = {
19
- "model": "meta-llama/llama-4-scout-17b-16e-instruct",
20
  "temperature": 0.5,
21
  "max_completion_tokens": 1024,
22
  "stream": True,
 
16
 
17
  # --- Constants ---
18
  MODEL_CONFIG = {
19
+ "model": "llama-3.3-70b-versatile",
20
  "temperature": 0.5,
21
  "max_completion_tokens": 1024,
22
  "stream": True,