Skip to content

Commit 03cd5cc

Browse files
committedNov 15, 2024
clean log
1 parent 3c2bedb commit 03cd5cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎packages/core/src/generation.ts

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export async function generateText({
7272
const max_response_length = models[provider].settings.maxOutputTokens;
7373

7474
const apiKey = runtime.token;
75-
console.log("runtime",runtime);
7675

7776
try {
7877
elizaLogger.debug(

0 commit comments

Comments
 (0)
Please sign in to comment.