We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c964f commit a0eb9c6Copy full SHA for a0eb9c6
packages/ai/src/apply/client.ts
@@ -69,7 +69,7 @@ export async function applyCodeChange(
69
originalCode: string,
70
updateSnippet: string,
71
instruction: string,
72
- preferredProvider: FastApplyProvider = FastApplyProvider.MORPH,
+ preferredProvider: FastApplyProvider = FastApplyProvider.RELACE,
73
): Promise<string | null> {
74
const providerAttempts = [
75
{
0 commit comments