Skip to content

Commit 3fd0c2b

Browse files
committed
minor: formatting in config.mts
1 parent 68120b0 commit 3fd0c2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/api/ai/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export async function getModel(): Promise<LanguageModel> {
7070
baseURL: aiBaseUrl,
7171
});
7272
return openaiCompatible(model);
73-
73+
7474
default:
7575
throw new Error(`Unsupported AI provider: ${aiProvider}`);
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)