Skip to content

Commit c1dbbde

Browse files
committed
refactor(core): remove unused applyDerivedConfig default options
1 parent 4afdd24 commit c1dbbde

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/core/src/config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ function applyDerivedConfig(
148148
options: {
149149
hasExplicitLlmModel: boolean;
150150
hasExplicitLlmBaseUrl: boolean;
151-
} = {
152-
hasExplicitLlmModel: false,
153-
hasExplicitLlmBaseUrl: false,
154151
},
155152
): RenderifyConfigValues {
156153
const llmDefaults = resolveProviderLlmDefaults(input.llmProvider);

0 commit comments

Comments
 (0)