fix lint issues

This commit is contained in:
Amruth Pillai
2025-01-11 12:07:30 +01:00
parent 8a401de5c9
commit 02ce1ad48c
8 changed files with 21 additions and 19 deletions

View File

@ -12,7 +12,7 @@ export const openai = () => {
);
}
if(baseURL) {
if (baseURL) {
return new OpenAI({
baseURL,
apiKey,