small fixes

This commit is contained in:
Guy Ben-Aharon
2024-08-24 10:00:41 +03:00
parent 82e78c177c
commit 96848cfb79
3 changed files with 31 additions and 25 deletions

View File

@@ -124,7 +124,6 @@ export const exportSQL = async (
model: openai('gpt-4o-mini-2024-07-18'),
prompt: prompt,
});
// const text = '';
return text;
};