codelion commited on
Commit
0533c5a
·
verified ·
1 Parent(s): 3613ad7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -554,6 +554,7 @@ def create_config_file(model: str, work_dir: str):
554
  "temperature": 0.7,
555
  },
556
  "max_iterations": 10,
 
557
  "evolution": {
558
  "population_size": 10,
559
  "num_islands": 1,
 
554
  "temperature": 0.7,
555
  },
556
  "max_iterations": 10,
557
+ "diff_based_evolution": False, # Use full rewrite mode for prompts (not diff/patch mode)
558
  "evolution": {
559
  "population_size": 10,
560
  "num_islands": 1,