capradeepgujaran commited on
Commit
1666373
1 Parent(s): 9fd1d46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def create_monitor_interface():
12
  api_key = os.getenv("GROQ_API_KEY")
13
 
14
  class SafetyMonitor:
15
- def __init__(self, model_name: str = "mixtral-8x7b-vision"):
16
  self.client = Groq(api_key=api_key)
17
  self.model_name = model_name
18
  self.max_image_size = (128, 128) # Drastically reduced size
 
12
  api_key = os.getenv("GROQ_API_KEY")
13
 
14
  class SafetyMonitor:
15
+ def __init__(self, model_name: str = "llama-3.2-90b-vision-preview"):
16
  self.client = Groq(api_key=api_key)
17
  self.model_name = model_name
18
  self.max_image_size = (128, 128) # Drastically reduced size