Skip to content

Commit

Permalink
Revert ":zap: warning when llama model selected"
Browse files Browse the repository at this point in the history
This reverts commit 7e8f603.
  • Loading branch information
michael-radency committed Apr 30, 2024
1 parent 7e8f603 commit 3cb6be9
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,6 @@ export class LmChatGroq implements INodeType {
'The model which will generate the completion. <a href="https://console.groq.com/docs/models">Learn more</a>.',
default: 'llama3-8b-8192',
},
{
displayName: 'Be aware that Llama models tend to loop if not tools are provided',
name: 'warning',
type: 'notice',
default: '',
displayOptions: {
show: {
model: [{ _cnd: { includes: 'llama' } }],
},
},
},
{
displayName: 'Options',
name: 'options',
Expand Down

0 comments on commit 3cb6be9

Please sign in to comment.