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

Update lib/@randydev/together/llama.js

Browse files
Files changed (1) hide show
  1. lib/@randydev/together/llama.js +1 -1
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 };