Spaces:
Sleeping
Sleeping
Update plugins/llama.js
Browse files- 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/
|
| 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 |
};
|