We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057782b commit 43afcdfCopy full SHA for 43afcdf
1 file changed
src/ai/model-config.ts
@@ -84,11 +84,11 @@ export function buildOpenRouterChatSettings(
84
},
85
...(currentOpenRouterProviderTag
86
? {
87
- provider: {
88
- order: [currentOpenRouterProviderTag],
89
- allow_fallbacks: false,
90
- },
91
- }
+ provider: {
+ order: [currentOpenRouterProviderTag],
+ allow_fallbacks: false,
+ },
+ }
92
: {}),
93
...(overrides ?? {}),
94
};
0 commit comments