Skip to content

Commit

Permalink
fix: disable Modius agent in agent configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Jan 29, 2025
1 parent 0b40503 commit 2740631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const AGENT_CONFIG: {
displayName: 'Modius agent',
description:
'Invests crypto assets on your behalf and grows your portfolio.',
isAgentEnabled: true,
isAgentEnabled: false,
requiresSetup: true,
},
// TODO: celo (check each key)
Expand Down

0 comments on commit 2740631

Please sign in to comment.