randydev commited on
Commit
411e81a
·
verified ·
1 Parent(s): f1a87b5

Update lib/@randydev/together/llama.js

Browse files
Files changed (1) hide show
  1. lib/@randydev/together/llama.js +2 -1
lib/@randydev/together/llama.js CHANGED
@@ -18,4 +18,5 @@ async function NvidiaTogether(message) {
18
  }
19
  });
20
  return await response.json();
21
- }
 
 
18
  }
19
  });
20
  return await response.json();
21
+ }
22
+ export { NvidiaTogether };