We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afdd24 commit c1dbbdeCopy full SHA for c1dbbde
1 file changed
packages/core/src/config.ts
@@ -148,9 +148,6 @@ function applyDerivedConfig(
148
options: {
149
hasExplicitLlmModel: boolean;
150
hasExplicitLlmBaseUrl: boolean;
151
- } = {
152
- hasExplicitLlmModel: false,
153
- hasExplicitLlmBaseUrl: false,
154
},
155
): RenderifyConfigValues {
156
const llmDefaults = resolveProviderLlmDefaults(input.llmProvider);
0 commit comments