Skip to content

Commit

Permalink
chore: console -> elizaLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd authored Dec 29, 2024
1 parent fd7abcc commit c68cc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export async function createAgent(
modelProvider: character.modelProvider,
token,
});
console.log("Verifiable inference adapter initialized");
elizaLogger.log("Verifiable inference adapter initialized");
}

return new AgentRuntime({
Expand Down

0 comments on commit c68cc84

Please sign in to comment.