HerzaJ commited on
Commit
7acb769
·
verified ·
1 Parent(s): dc2c6ca

Update plugins/llama.js

Browse files
Files changed (1) hide show
  1. plugins/llama.js +3 -2
plugins/llama.js CHANGED
@@ -79,10 +79,11 @@ module.exports = {
79
  name: 'LLAMA AI',
80
  description: 'Generate responses using Groq API with text and image support',
81
  type: 'GET',
82
- routes: ['api/AI/groq'],
83
  tags: ['ai', 'Meta AI', 'llama', 'vision'],
84
  main: ['AI'],
85
- parameters: ['text', 'img'],
86
  enabled: true,
 
87
  handler
88
  };
 
79
  name: 'LLAMA AI',
80
  description: 'Generate responses using Groq API with text and image support',
81
  type: 'GET',
82
+ routes: ['api/AI/llama'],
83
  tags: ['ai', 'Meta AI', 'llama', 'vision'],
84
  main: ['AI'],
85
+ parameters: ['text', 'img', 'key'],
86
  enabled: true,
87
+ limit: 8,
88
  handler
89
  };