Skip to content

Commit 43afcdf

Browse files
committed
fix formatting
1 parent 057782b commit 43afcdf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/ai/model-config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ export function buildOpenRouterChatSettings(
8484
},
8585
...(currentOpenRouterProviderTag
8686
? {
87-
provider: {
88-
order: [currentOpenRouterProviderTag],
89-
allow_fallbacks: false,
90-
},
91-
}
87+
provider: {
88+
order: [currentOpenRouterProviderTag],
89+
allow_fallbacks: false,
90+
},
91+
}
9292
: {}),
9393
...(overrides ?? {}),
9494
};

0 commit comments

Comments
 (0)