Skip to content

Commit

Permalink
claude 3 llamaindex
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Mar 5, 2024
1 parent 2df05b3 commit b643afa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ class ChatAnthropic_LlamaIndex_ChatModels implements INode {
name: 'modelName',
type: 'options',
options: [
{
label: 'claude-3-opus',
name: 'claude-3-opus-20240229',
description: 'Most powerful model for highly complex tasks'
},
{
label: 'claude-3-sonnet',
name: 'claude-3-sonnet-20240229',
description: 'Ideal balance of intelligence and speed for enterprise workloads'
},
{
label: 'claude-2',
name: 'claude-2',
Expand Down
10 changes: 10 additions & 0 deletions packages/server/marketplaces/chatflows/Query Engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,16 @@
"name": "modelName",
"type": "options",
"options": [
{
"label": "claude-3-opus",
"name": "claude-3-opus-20240229",
"description": "Most powerful model for highly complex tasks"
},
{
"label": "claude-3-sonnet",
"name": "claude-3-sonnet-20240229",
"description": "Ideal balance of intelligence and speed for enterprise workloads"
},
{
"label": "claude-2",
"name": "claude-2",
Expand Down

0 comments on commit b643afa

Please sign in to comment.