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";
33
44export default {
55 name : "Chat" ,
6- version : "0.0.8 " ,
6+ version : "0.0.9 " ,
77 key : "anthropic-chat" ,
88 description : "The Chat API. [See the documentation](https://docs.anthropic.com/claude/reference/messages_post)" ,
99 type : "action" ,
Original file line number Diff line number Diff line change 11export default {
22 MESSAGE_MODELS : [
3+ "claude-3-5-sonnet-20241022" ,
34 "claude-3-5-sonnet-20240620" ,
45 "claude-3-opus-20240229" ,
56 "claude-3-sonnet-20240229" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/anthropic" ,
3- "version" : " 0.0.10 " ,
3+ "version" : " 0.0.11 " ,
44 "description" : " Pipedream Anthropic (Claude) Components" ,
55 "main" : " anthropic.app.mjs" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments