randydev commited on
Commit
f976477
·
verified ·
1 Parent(s): dedf374

Update lib/@randydev/together/blackbox.js

Browse files
Files changed (1) hide show
  1. lib/@randydev/together/blackbox.js +1 -0
lib/@randydev/together/blackbox.js CHANGED
@@ -16,5 +16,6 @@ async function DeepSeekR1(query) {
16
  };
17
  const response = await axios.post(url, data, config);
18
  return response.data;
 
19
 
20
  export { DeepSeekR1 };
 
16
  };
17
  const response = await axios.post(url, data, config);
18
  return response.data;
19
+ }
20
 
21
  export { DeepSeekR1 };