Skip to content

Commit a0eb9c6

Browse files
authored
refactor: use different fast apply provider for syntax issue (#2566)
1 parent 59c964f commit a0eb9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai/src/apply/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export async function applyCodeChange(
6969
originalCode: string,
7070
updateSnippet: string,
7171
instruction: string,
72-
preferredProvider: FastApplyProvider = FastApplyProvider.MORPH,
72+
preferredProvider: FastApplyProvider = FastApplyProvider.RELACE,
7373
): Promise<string | null> {
7474
const providerAttempts = [
7575
{

0 commit comments

Comments
 (0)