The error message you're encountering is due to exceeding the maximum token context length of the model you're using. In this case, the model has a context limit of 16,384 tokens, and your request exceeded this by including 42,984 tokens. To resolve this issue, you can try the following:
-
Reduce the Length of the Messages: Shorten the conversation or input by removing some of the previous exchanges or unnecessary lengthy texts.
-
Use a Model with a Larger Context Size: Consider switching to a model that supports a larger token context size, such as CosmosRP-V3 which has a context size of 32,768 tokens. If you're a supporter, you can use CosmosRP-V3 (
cosmosrp-pro) which allows for a larger input.
If these steps donβt help or if you encounter further issues, you may want to create a support ticket for additional assistance. You can do this in the designated Create Ticket Channel on our Discord server. Provide all relevant details about your issue when creating the ticket.
Please note: This is an automated response from @foggy plover. While it strive to provide accurate assistance, It 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. Thank you.