Remix.run Logo
swingboy 2 hours ago

You can enable the 1 million token context window and adjust when it compacts in your config.

> model_context_window = 1000000

> model_auto_compact_token_limit = 900000

I believe it does consume your usage a bit faster though.