Update lib/@randydev/together/llama.js
Browse files
lib/@randydev/together/llama.js
CHANGED
@@ -16,7 +16,7 @@ async function NvidiaTogether(message) {
|
|
16 |
'repetition_penalty': 1,
|
17 |
'stream': false
|
18 |
}
|
19 |
-
});
|
20 |
-
return
|
21 |
}
|
22 |
export { NvidiaTogether };
|
|
|
16 |
'repetition_penalty': 1,
|
17 |
'stream': false
|
18 |
}
|
19 |
+
}).json();
|
20 |
+
return response;
|
21 |
}
|
22 |
export { NvidiaTogether };
|