Skip to content

Commit 43be2d1

Browse files
authored
🐛 fix: fix apikey issue on server log (#8457)
1 parent 53e0b51 commit 43be2d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libs/model-runtime/ModelRuntime.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ class ModelRuntime {
112112
LobeCloudflareParams & { apiKey?: string; apiVersion?: string; baseURL?: string }
113113
>,
114114
) {
115-
log('Initializing runtime with provider: %s and params: %O', provider, params);
116115
// @ts-expect-error ignore
117116
if (providerRuntimeMap[provider]) {
118117
log('Provider runtime map found for provider: %s', provider);

0 commit comments

Comments
 (0)