Find answers from the community

Updated 2 months ago

hello guys am having this erreur :

hello guys am having this erreur :RateLimitError Traceback (most recent call last)
<ipython-input-10-4dfc9f274b08> in <cell line: 20>()
25 while True:
26 df_str = df.head(10).to_csv()
---> 27 table_info = program(
28 table_str=df_str,
29 exclude_table_name_list=str(list(table_names)),

14 frames
/usr/local/lib/python3.10/dist-packages/openai/_base_client.py in _request(self, cast_to, options, remaining_retries, stream, stream_cls)
1018
1019 log.debug("Re-raising status error")
-> 1020 raise self._make_status_error_from_response(err.response) from None
1021
1022 return self._process_response(

RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
W
J
6 comments
It means you dont have enough credits in your OpenAI account. Add some credits and try again
I am also getting same the issue but my account is premium and only facing this issue with latest version of llama
@WhiteFang_Jr
I dont think it has to do anything with latest llama version.
Try creating a new key and try with that once
But same key works for other api calls @WhiteFang_Jr
This is strange! never happened to me lol πŸ˜†
Add a reply
Sign up and join the conversation on Discord