rezzie-rich commited on
Commit
da699e8
·
verified ·
1 Parent(s): 57ab6c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ web_search = DuckDuckGoSearchTool()
49
  model = HfApiModel(
50
  max_tokens=4080,
51
  temperature=0.5,
52
- model_id='unsloth/gemma-3-27b-it-unsloth-bnb-4bit',# it is possible that this model may be overloaded
53
  custom_role_conversions=None,
54
  )
55
 
 
49
  model = HfApiModel(
50
  max_tokens=4080,
51
  temperature=0.5,
52
+ model_id='unsloth/gemma-3-12b-it-unsloth-bnb-4bit',# it is possible that this model may be overloaded
53
  custom_role_conversions=None,
54
  )
55