randydev commited on
Commit
a440ae8
·
verified ·
1 Parent(s): bd60975

Update lib/@randydev/together/llama.js

Browse files
Files changed (1) hide show
  1. lib/@randydev/together/llama.js +2 -2
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 await response.json();
21
  }
22
  export { NvidiaTogether };
 
16
  'repetition_penalty': 1,
17
  'stream': false
18
  }
19
+ }).json();
20
+ return response;
21
  }
22
  export { NvidiaTogether };