Skip to content

Commit 1d76b15

Browse files
committed
black
1 parent 1b6e6eb commit 1d76b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/symbolic_regression/data_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def create_config(problem: Dict[str, Any]) -> str:
588588
"primary_model_weight": 0.8,
589589
"secondary_model": "o3",
590590
"secondary_model_weight": 0.2,
591-
"api_base": "https://api.openai.com/v1"
591+
"api_base": "https://api.openai.com/v1",
592592
},
593593
"prompt": {
594594
"system_message": system_message,

0 commit comments

Comments
 (0)