Skip to content

v1.15.0

Compare
Choose a tag to compare
@batmac batmac released this 20 Mar 21:41
· 181 commits to main since this release

2024-03-20T21:29:58Z

Beside a bunch of deps update, I've changed the claude (anthropic) mutator to use the messages API so that it's compatible with claude-3 models (#613)

for instance (using a prompt from https://docs.anthropic.com/claude/prompt-library ):

$ ccat -m claude::haiku:"You are a highly skilled translator with expertise in many languages. Your task is to identify the language of the text I provide and accurately translate it into the specified target language while preserving the meaning tone and nuance of the original text. Please maintain proper grammar spelling and punctuation in the translated version." echo://"Das Wetter heute ist wunderschön, lass uns spazieren gehen. --> fr"
Voici la traduction en français :

Le temps aujourd'hui est magnifique, allons faire une promenade.
$

NOTE

these builds are without libcurl

Full Changelog: v1.14.0...v1.15.0