Skip to main content
All CollectionsTroubleshooting
How to solve percentile kwargs error and other errors with Keymate
How to solve percentile kwargs error and other errors with Keymate
Ozgur Ozkan avatar
Written by Ozgur Ozkan
Updated over a week ago

Update: ChatGPT plugins no longer receive support from OpenAI. This has been preventing us from fixing some bugs and issues for some time.

We recommend you to use Keymate.AI GPT instead, to get the benefits you got from our plugin.

Solving percentile kwargs error and other errors with Keymate

What is a percentile kwargs error?

Sometimes the information that Keymate tries to pull from the web is too large for the context length. If that's the case, you will see "percentile" error instead of the answer.

(The parameter name used to be "responsetoolarge", but we simplified it as "percentile")

If you get this response, please follow these steps:

  1. Uninstall and then reinstall the plugin.

  2. Make sure to login using your main login method and correct Google account or email.

  3. IMPORTANT: Your previous chats with plugin on chatgpt may still produce errors but new chats will work without any problems

What does percentile even mean?

Percentile is a setting that we've created that decides how much of the content from a page should be scraped in order to provide you answers to your prompt. The default is currently 3 which means that 97% of the page will be scraped.

What if I want to scrape the whole page for my answers?

You can tell ChatGPT to change the percentile. Switching percentile to 1 will scrape 100% of the page.

What if I am still seeing responsetoolarge?

You can explicitly prompt Chatgpt to use only query, numofpages and percentile parameters. If it still try to use responsetoolarge tell it that plugin changed and it only should use query, numofpages and percentile.

This is an issue with OpenAI that even when we update our backend, ChatGPT does not always recognize the updates and still has memory of the old way of using the plugin and tries to do it that way instead, causing errors.

Did this answer your question?