From: Jérôme Benoit Date: Mon, 14 Sep 2026 16:04:37 +0000 (+0200) Subject: chore(pr-bot): set review/summarize model to gpt-5.6-sol (#2116) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=36d420a356d23d7f18771288de64b86edca05760;p=e-mobility-charging-stations-simulator.git chore(pr-bot): set review/summarize model to gpt-5.6-sol (#2116) Configure the Hyperspace PR bot summarize and review features to request the gpt-5.6-sol model. --- diff --git a/.hyperspace/pull_request_bot.json b/.hyperspace/pull_request_bot.json index 22e065ba..56dfd3c0 100644 --- a/.hyperspace/pull_request_bot.json +++ b/.hyperspace/pull_request_bot.json @@ -7,12 +7,14 @@ "auto_insert_summary": true, "auto_run_on_draft_pr": true, "use_custom_summarize_prompt": false, - "use_custom_summarize_output_template": false + "use_custom_summarize_output_template": false, + "model": "gpt-5.6-sol" }, "review": { "auto_generate_review": true, "auto_run_on_draft_pr": true, - "use_custom_review_focus": false + "use_custom_review_focus": false, + "model": "gpt-5.6-sol" } } }