open ai key #1906
-
Hello, RateLimitError Traceback (most recent call last) 17 frames RateLimitError: 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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hey @MohamedALMAHMOUD, Welcome to the Giskard community! Your error looks like something raised in our Discord community last week, coming from the LLM side. @kevinmessiaen would you have an idea of the root cause / fix ? |
Beta Was this translation helpful? Give feedback.
-
Hello @MohamedALMAHMOUD It seems that the error is due to you missing credits on openai, you should check your billing plans on openai. |
Beta Was this translation helpful? Give feedback.
It's still open source, all our code is accessible on our repository. We are just providing a scan and tests that require you to call LLM models of your choice.
In that particular case we allow you to use the scan with any model and not just OpenAI. Regarding OpenAI, the fact is that you cannot use their API without paying for it and the model are closed source.
But we provide access to open source models such as Mistral and Claude. And if you are running a model by yourself you can define your own
LLMClient
in giskard and call this model by yourself. But it'll probably be way more expensive/slower to run models by yourself rather than using paid services of those models.If you need help…