ChatGPT-CodeReview icon indicating copy to clipboard operation
ChatGPT-CodeReview copied to clipboard

no target label attached

Open luomanman567 opened this issue 2 years ago • 14 comments

chatgpt_code_review_noTargetLabelAttached Bro, how can I fix this issue?

luomanman567 avatar Jun 15 '23 09:06 luomanman567

May you share your yml config, let me see

anc95 avatar Jun 15 '23 09:06 anc95

yml

luomanman567 avatar Jun 15 '23 09:06 luomanman567

I found the MODEL should not be gpt-turbo-3.5 in the yml file you provided, it will return error 404 in picture below. gpt-turbo-3-5-0613_not_exist

luomanman567 avatar Jun 15 '23 09:06 luomanman567

I also met the issue in the picture below., probably because the chatgpt call limit.(3 times/minutes) OPENAI_error429

luomanman567 avatar Jun 15 '23 09:06 luomanman567

My test project only has a main.c file, is this the reason why I got this error?

luomanman567 avatar Jun 15 '23 10:06 luomanman567

@luomanman567 The last error means you have run out of your OpenAI quota, you can check the quota usage on your openai account page

anc95 avatar Jun 15 '23 10:06 anc95

Thanks. And how can I fix "no target label attached", I haven't solved this problem yet.

luomanman567 avatar Jun 15 '23 11:06 luomanman567

I was thinking you already solved this. If you don't set the TARGET_LABEL variable, there should be no error log like this. Do you confirm you are using the yml you shared above. If the repo is public, you can also share me the link and let me check

anc95 avatar Jun 15 '23 12:06 anc95

Here is the link. https://github.com/luomanman567/ctest/pull/12

luomanman567 avatar Jun 16 '23 01:06 luomanman567

Help

luomanman567 avatar Jun 16 '23 08:06 luomanman567

Sorry. Just catch your message.

Could you try to set the version to main instead of v1.0.10, and then push new changes to check if works now

anc95 avatar Jun 16 '23 12:06 anc95

chatgpt_code_review_error_429 It seems like I can't call the API? I use the free plan, does it support this robot?

luomanman567 avatar Jun 16 '23 13:06 luomanman567

Support only if you have quota on openai

https://platform.openai.com/account/usage, you can go this page to check details

anc95 avatar Jun 16 '23 13:06 anc95

Thanks too much!

luomanman567 avatar Jun 17 '23 09:06 luomanman567