Skip to content

Commit

Permalink
Merge pull request #106 from justinh-rahb/anthropic-claude-3.5-sonnet
Browse files Browse the repository at this point in the history
enh: add `claude-3.5-sonnet-20240620`
  • Loading branch information
tjbck committed Jun 24, 2024
2 parents 51f07c7 + 79da20a commit 9cf0fc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/pipelines/providers/anthropic_manifold_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
title: Anthropic Manifold Pipeline
author: justinh-rahb
date: 2024-05-27
version: 1.0
date: 2024-06-20
version: 1.1
license: MIT
description: A pipeline for generating text using the Anthropic API.
requirements: requests, anthropic
Expand Down Expand Up @@ -40,6 +40,7 @@ def get_anthropic_models(self):
{"id": "claude-3-haiku-20240307", "name": "claude-3-haiku"},
{"id": "claude-3-opus-20240229", "name": "claude-3-opus"},
{"id": "claude-3-sonnet-20240229", "name": "claude-3-sonnet"},
{"id": "claude-3-5-sonnet-20240620", "name": "claude-3.5-sonnet"},
# Add other Anthropic models here as they become available
]

Expand Down

0 comments on commit 9cf0fc4

Please sign in to comment.