We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2153776 commit 405c3edCopy full SHA for 405c3ed
1 file changed
make.mk
@@ -188,9 +188,9 @@ $/_NAME := $(notdir $(realpath $/.))
188
# - A large-context openai model suitable for code review
189
# - A rot13 encoded openai Bearer key for its GPT session.
190
# - A temperature for its openai continuation.
191
-GPT_MODEL ?= gpt-3.5-turbo-16k
+GPT_MODEL ?= o3
192
+GPT_TEMPERATURE ?= 1
193
GPT_BEARER_rot13 ?= fx-ZyOYgw6hQnfZ5Shey79vG3OyoxSWtuyB30oAOhe3M33ofaPj
-GPT_TEMPERATURE ?= 0.7
194
195
# The maker's home directory and name
196
~ := $(shell echo ~)
0 commit comments