-
I don't know if this is the best place to post a bug report but I couldn't create an issue so I've come here. It appears the API key isn't being used. Has anyone else had this issue? I've tried both V1.0.13 and V1.0.12. I should add that I have a paid OpenAI plan. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @sigott ! This is indeed the best place, if it's a bug I'll convert it to an issue 🙂 That is strange because the fact that you entered your OpenAI key means that we already did calls to OpenAI to make sure your key is valid. It might be that your quota is indeed zero and thus no API requests are being logged cause no requests are being made! Could you look into that? Make sure that you do indeed have quota, maybe use the key in another openai client to test it. |
Beta Was this translation helpful? Give feedback.
Hey @sigott ! This is indeed the best place, if it's a bug I'll convert it to an issue 🙂
That is strange because the fact that you entered your OpenAI key means that we already did calls to OpenAI to make sure your key is valid.
It might be that your quota is indeed zero and thus no API requests are being logged cause no requests are being made! Could you look into that? Make sure that you do indeed have quota, maybe use the key in another openai client to test it.