From 7deabd2b1e64c1350104159ec1fb8cc195a5ad48 Mon Sep 17 00:00:00 2001 From: Mikita Makiej <157150795+mmikita95@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:08:44 +0300 Subject: [PATCH] chore: bump chat 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 5984cf621..ce54ec368 100644 --- a/src/writer/ai.py +++ b/src/writer/ai.py @@ -155,7 +155,7 @@ def use_chat_model(cls) -> str: :returns: Name for the chat model. """ - return "palmyra-x-002-32k" + return "palmyra-x-004" @classmethod def use_completion_model(cls) -> str: