From 1ddb1c2953a0a726c0e2f41dee02e9db12c44377 Mon Sep 17 00:00:00 2001 From: Alejandro Ramirez Date: Tue, 25 Feb 2025 10:55:59 -0500 Subject: [PATCH] Use max_completion_tokens instead of max-tokens since it doesnt work for o3 model --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 444dda1..0d8c7f9 100644 --- a/src/main.ts +++ b/src/main.ts @@ -176,7 +176,7 @@ async function getAIResponse(prompt: string): Promise