sharktide commited on
Commit
4c17342
·
verified ·
1 Parent(s): 64109a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -414,7 +414,7 @@ async def generate_text(request: Request):
414
  elif code_present:
415
 
416
  if code_heavy and score >= 6:
417
- chosen_model = "zai-glm-4.7"
418
  provider = "cerebras"
419
 
420
  elif score >= 4:
 
414
  elif code_present:
415
 
416
  if code_heavy and score >= 6:
417
+ chosen_model = "gpt-oss-120b"
418
  provider = "cerebras"
419
 
420
  elif score >= 4: