Replies: 1 comment 11 replies
-
|
Rate limit has nothing to do with context window. Rate limit depends by your tier on the AI provider you choose. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We need better memory management! I'm constantly hitting rate limits and just doing standard queries. I've reduced the context window down to 5000, and still happening. Not sure the best way to manage this. I'm going to create a custom memory class based off neuron and simply make it based of session ID, and remembers the last 8 messages. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions