]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(pr-bot): set review/summarize model to gpt-5.6-sol (#2116) main
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 14 Sep 2026 16:04:37 +0000 (18:04 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2026 16:04:37 +0000 (18:04 +0200)
Configure the Hyperspace PR bot summarize and review features to request the gpt-5.6-sol model.

.hyperspace/pull_request_bot.json

index 22e065ba4faa331f931a290bb44a608712811881..56dfd3c0989afd8dd0d447bd530839494d4fadb5 100644 (file)
@@ -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"
     }
   }
 }