Upload app.py
Browse files
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,
|