Skip to content

Commit

Permalink
Merge pull request FlowiseAI#97 from FlowiseAI/feature/ChatAnthropic
Browse files Browse the repository at this point in the history
Feature/100K-Anthropic-Model
  • Loading branch information
HenryHengZJ authored May 12, 2023
2 parents ad5845f + 80f58d8 commit 6a8e84e
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class ChatAnthropic_ChatModels implements INode {
label: 'claude-v1',
name: 'claude-v1'
},
{
label: 'claude-v1-100k',
name: 'claude-v1-100k'
},
{
label: 'claude-v1.0',
name: 'claude-v1.0'
Expand All @@ -47,13 +51,29 @@ class ChatAnthropic_ChatModels implements INode {
label: 'claude-v1.3',
name: 'claude-v1.3'
},
{
label: 'claude-v1.3-100k',
name: 'claude-v1.3-100k'
},
{
label: 'claude-instant-v1',
name: 'claude-instant-v1'
},
{
label: 'claude-instant-v1-100k',
name: 'claude-instant-v1-100k'
},
{
label: 'claude-instant-v1.0',
name: 'claude-instant-v1.0'
},
{
label: 'claude-instant-v1.1',
name: 'claude-instant-v1.1'
},
{
label: 'claude-instant-v1.1-100k',
name: 'claude-instant-v1.1-100k'
}
],
default: 'claude-v1',
Expand Down

0 comments on commit 6a8e84e

Please sign in to comment.