Skip to content

Commit

Permalink
Merge pull request #621 from mmikita95/chore-model-bump-004
Browse files Browse the repository at this point in the history
chore: bump completion default model
  • Loading branch information
ramedina86 authored Nov 29, 2024
2 parents 83fa95b + 8c0cc45 commit f68c364
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 @@ -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:
Expand Down

0 comments on commit f68c364

Please sign in to comment.