Skip to content

Commit 405c3ed

Browse files
committed
Use openai model o3 for audit
1 parent 2153776 commit 405c3ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ $/_NAME := $(notdir $(realpath $/.))
188188
# - A large-context openai model suitable for code review
189189
# - A rot13 encoded openai Bearer key for its GPT session.
190190
# - A temperature for its openai continuation.
191-
GPT_MODEL ?= gpt-3.5-turbo-16k
191+
GPT_MODEL ?= o3
192+
GPT_TEMPERATURE ?= 1
192193
GPT_BEARER_rot13 ?= fx-ZyOYgw6hQnfZ5Shey79vG3OyoxSWtuyB30oAOhe3M33ofaPj
193-
GPT_TEMPERATURE ?= 0.7
194194

195195
# The maker's home directory and name
196196
~ := $(shell echo ~)

0 commit comments

Comments
 (0)