Skip to content

Commit

Permalink
chore: bump chat model
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikita95 authored Sep 17, 2024
1 parent 0dd42fc commit 7deabd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7deabd2

Please sign in to comment.