-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in console #1
Comments
Could you check if your API key works properly for the chat completion API? You can test it with curl like the following:
|
I'm having the same issue and i tested the curl you got here and got just got errors |
@Da-bass-man Please copy-paste the errors. (I also recommend your billing status if your free trial period has been expired.) |
Ahh you know that might be it looks like my credits expired |
Thanks for reply, I have tried and done some research, it seems I need a ChatGPT plus, is that true? |
No. You only need ChatGPT API access. https://openai.com/blog/introducing-chatgpt-and-whisper-apis |
I think I got it, I have to add a payment method in my account, otherwise it will get the error like above. Thanks, it is really cool :) |
Yes, it needs payment settings if your free trial period has been ended. |
|
Hi Keijiro,
it is a very cool test, that's why I grab as soon as I see it, but when I click the generate button on the AIShader, it has error in the console:
NullReferenceException: Object reference not set to an instance of an object
AIShader.AIShaderImporterEditor.Regenerate () (at Assets/Editor/AIShaderImporterEditor.cs:55)
_cached.stringValue = response.choices[0].message.content;
Maybe I missed some setting? I have already pasted my chatgpt api key, where it should to be.
Best regards
Weimmer
The text was updated successfully, but these errors were encountered: