Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 7, 2025
1 parent cdfc9c0 commit e8642b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/generation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ export function initializeModelClient(runtime: IAgentRuntime, modelClass:ModelCl
}

const client = createModelClient(provider, apiKey, baseURL, runtime);
// console.log(client)


elizaLogger.info(`Initialized model client for ${provider} with baseURL ${baseURL} and model ${model}`);

return {
Expand Down

0 comments on commit e8642b2

Please sign in to comment.