anaspro commited on
Commit
5b2f9a5
·
verified ·
1 Parent(s): 8165164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def load_config():
24
  except FileNotFoundError:
25
  logger.warning("config.json not found, using default settings")
26
  return {
27
- "model": {"model_id": "anaspro/Lahja-iraqi-4B"},
28
  "generation": {
29
  "max_new_tokens": 1024,
30
  "temperature": 1,
 
24
  except FileNotFoundError:
25
  logger.warning("config.json not found, using default settings")
26
  return {
27
+ "model": {"model_id": "unsloth/gpt-oss-20b-GGUF"},
28
  "generation": {
29
  "max_new_tokens": 1024,
30
  "temperature": 1,