File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import constants from "../common/constants.mjs";
3
3
4
4
export default {
5
5
name : "Chat" ,
6
- version : "0.0.8 " ,
6
+ version : "0.0.9 " ,
7
7
key : "anthropic-chat" ,
8
8
description : "The Chat API. [See the documentation](https://docs.anthropic.com/claude/reference/messages_post)" ,
9
9
type : "action" ,
Original file line number Diff line number Diff line change 1
1
export default {
2
2
MESSAGE_MODELS : [
3
+ "claude-3-5-sonnet-20241022" ,
3
4
"claude-3-5-sonnet-20240620" ,
4
5
"claude-3-opus-20240229" ,
5
6
"claude-3-sonnet-20240229" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pipedream/anthropic" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"description" : " Pipedream Anthropic (Claude) Components" ,
5
5
"main" : " anthropic.app.mjs" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments