sixfingerdev commited on
Commit
26d7377
·
verified ·
1 Parent(s): bbde514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -69,13 +69,13 @@ MODEL_CONFIGS = {
69
  }
70
  }
71
 
72
- # Task to Model mapping (Elon Musk config)
73
  TASK_MODELS = {
74
- "Planner": "claude-opus-4.5",
75
- "Coder": "gpt-5.1-codex",
76
- "Tester": "claude-opus-4.5",
77
- "Debugger": "gpt-5.1-codex",
78
- "Modifier": "claude-opus-4.5"
79
  }
80
 
81
  # API Keys
 
69
  }
70
  }
71
 
72
+ # Task to Model mapping (Optimized Elon Musk config)
73
  TASK_MODELS = {
74
+ "Planner": "claude-opus-4.5", # Mimari vizyon + roadmap
75
+ "Coder": "gpt-5.1-codex", # State-of-the-art kod üretimi
76
+ "Tester": "claude-opus-4.5", # Farklı perspektif, edge case coverage
77
+ "Debugger": "gpt-5.1-codex", # Cybersecurity + vulnerability detection
78
+ "Modifier": "claude-opus-4.5" # Safe refactoring
79
  }
80
 
81
  # API Keys