From 923d5a630f2da3ed70b539ff69b53899eb93258f Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 19 May 2026 23:03:30 +0200 Subject: [PATCH] `/answer`: Update CODEX_MODEL_ID to gpt-5.3-codex `gpt-5.3` model not supported by `@earendil-works/pi-ai` --- extensions/answer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/answer.ts b/extensions/answer.ts index e7c9704..7e52fa3 100644 --- a/extensions/answer.ts +++ b/extensions/answer.ts @@ -67,7 +67,7 @@ Example output: ] }`; -const CODEX_MODEL_ID = "gpt-5.3"; +const CODEX_MODEL_ID = "gpt-5.3-codex"; const HAIKU_MODEL_ID = "claude-haiku-4-5"; /**