50ef50e1 by Leff Tubat

Removed console log

1 parent aa38c683
......@@ -150,12 +150,6 @@ function App() {
const data = await response.json();
const parsedData = data.message ? data.message.trim() : "";
if (togetherAiResponse) {
if (currentModel !== 'gpt-4o-mini') {
console.log(data)
}
}
if(data.status === 'invalid'){
if(data.limited) {
window.btutil_modalRegisterUpgrade(false);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!