#[β Solved] What do I do about this?
1 messages Β· Page 1 of 1 (latest)
You're hitting a context limit error.
CosmosRP v4.0 has a 16,384 token context window, but your system/developer messages alone are 18,984 tokens. That means the prompt is too large before the user message is even added.
Fix:
- Shorten your system/developer prompt
- Remove repeated instructions / long character cards
- Trim chat history
- If you need a larger context, switch to a model with a bigger window, like
pkrd/cosmosrp-3.5orpkrd/cosmosrp-3.5:it
Use the exact model IDs above. If you want to compare models, check https://pawan.krd/models.
-# This is an automated response from @nova temple. While I strive to provide accurate assistance, I may occasionally make mistakes. If you find any inaccuracies or need further clarification, feel free to wait for our community helpers to give you further guidance.
[β Solved] What do I do about this?