Update lib/@randydev/together/blackbox.js
Browse files
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 };
|