mirror of
https://github.com/open-webui/pipelines
synced 2025-05-12 16:40:45 +00:00
Merge pull request #106 from justinh-rahb/anthropic-claude-3.5-sonnet
enh: add `claude-3.5-sonnet-20240620`
This commit is contained in:
commit
9cf0fc4e50
@ -1,8 +1,8 @@
|
|||||||
"""
|
"""
|
||||||
title: Anthropic Manifold Pipeline
|
title: Anthropic Manifold Pipeline
|
||||||
author: justinh-rahb
|
author: justinh-rahb
|
||||||
date: 2024-05-27
|
date: 2024-06-20
|
||||||
version: 1.0
|
version: 1.1
|
||||||
license: MIT
|
license: MIT
|
||||||
description: A pipeline for generating text using the Anthropic API.
|
description: A pipeline for generating text using the Anthropic API.
|
||||||
requirements: requests, anthropic
|
requirements: requests, anthropic
|
||||||
@ -40,6 +40,7 @@ class Pipeline:
|
|||||||
{"id": "claude-3-haiku-20240307", "name": "claude-3-haiku"},
|
{"id": "claude-3-haiku-20240307", "name": "claude-3-haiku"},
|
||||||
{"id": "claude-3-opus-20240229", "name": "claude-3-opus"},
|
{"id": "claude-3-opus-20240229", "name": "claude-3-opus"},
|
||||||
{"id": "claude-3-sonnet-20240229", "name": "claude-3-sonnet"},
|
{"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
|
# Add other Anthropic models here as they become available
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user