Update lib/@randydev/together/llama.js
Browse files
lib/@randydev/together/llama.js
CHANGED
@@ -17,6 +17,6 @@ async function NvidiaTogether(message) {
|
|
17 |
'stream': false
|
18 |
}
|
19 |
}).json();
|
20 |
-
return response;
|
21 |
}
|
22 |
export { NvidiaTogether };
|
|
|
17 |
'stream': false
|
18 |
}
|
19 |
}).json();
|
20 |
+
return response.choices[0].message.content;
|
21 |
}
|
22 |
export { NvidiaTogether };
|