fix: change the model used with the GitHub action from o3 to gpt-5

This commit is contained in:
Michael Bolin
2025-08-11 14:57:05 -07:00
parent a48372ce5d
commit af2de62858

View File

@@ -1,3 +1,3 @@
model = "o3"
model = "gpt-5"
# Consider setting [mcp_servers] here!