You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm allowed 40,000 tokens per minute through claude 4 opus with my org, but i quickly run into rate limiting. How can i optimize this? Is this more to do with my company's large codebase than my config?
require("avante").setup({
system_prompt = function()
local hub = require("mcphub").get_hub_instance()
return hub and hub:get_active_servers_prompt() or ""
end,
custom_tools = function()
return {
require("mcphub.extensions.avante").mcp_tool(),
}
end,
provider = "claude",
providers = {
claude = {
model = "claude-opus-4-20250514",
-- model = "claude-sonnet-4-20250514",
},
},
behaviour = {
auto_suggestions = false,
auto_approve_tool_permissions = true,
},
})
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm allowed 40,000 tokens per minute through claude 4 opus with my org, but i quickly run into rate limiting. How can i optimize this? Is this more to do with my company's large codebase than my config?
Beta Was this translation helpful? Give feedback.
All reactions