From 36d420a356d23d7f18771288de64b86edca05760 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 14 Sep 2026 18:04:37 +0200 Subject: [PATCH] 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. --- .hyperspace/pull_request_bot.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" } } } -- 2.53.0