From ad6bb0c3ae7080fa1414020fecf9fe968322e204 Mon Sep 17 00:00:00 2001 From: gyanendrarawat <54751231+gyanendrarawat@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:33:57 +0530 Subject: [PATCH] Update utils.py --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index a1b978d..90320f7 100644 --- a/utils.py +++ b/utils.py @@ -67,7 +67,7 @@ def decoder_for_gpt3(args, input, max_length): elif args.model == "gpt3-large": engine = "text-curie-001" elif args.model == "gpt3-xl": - engine = "text-davinci-002" + engine = "gpt-3.5-turbo-instinct" elif args.model == "text-davinci-001": engine = "text-davinci-001" elif args.model == "code-davinci-002":