From 8c0cc4540b8dacd0c086133da50b078713f1f123 Mon Sep 17 00:00:00 2001 From: mmikita95 Date: Fri, 8 Nov 2024 16:56:25 +0400 Subject: [PATCH] chore: bump completion default model --- src/writer/ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/writer/ai.py b/src/writer/ai.py index bb260a9ad..486d4a98f 100644 --- a/src/writer/ai.py +++ b/src/writer/ai.py @@ -234,7 +234,7 @@ def use_completion_model(cls) -> str: :returns: Name for the completion model. """ - return "palmyra-x-003-instruct" + return "palmyra-x-004" @classmethod def acquire_client(cls) -> Writer: