Use Anthropic messages API (#304)

This commit is contained in:
Jani Monoses
2024-03-22 22:23:31 +02:00
committed by GitHub
parent 08df63a6f8
commit e57f079275
6 changed files with 25 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ class TestAnthropicBackend(unittest.TestCase):
cls = type(self)
if cls.backend is None:
cls.backend = Anthropic("claude-2")
cls.backend = Anthropic("claude-3-haiku-20240307")
set_default_backend(cls.backend)
def test_mt_bench(self):