-
Notifications
You must be signed in to change notification settings - Fork 2
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
Provide more information about needed key #24
Comments
I think this is the same thing going on here. https://www.drupal.org/project/openai/issues/3465426 I thought since the key module was implemented like suggested by Drupal that we wouldn't have a problem. I guess I was wrong. I need to get a newer API key to test with. |
ChatGPT said that I should be able to create a legacy key in this situation, but I could not find a way to generate a NEW legacy API key. I will try again. |
So, maybe this project does not accept the newer keys. Despite telling me, last night, that it was possible to generate legacy keys. ChatGPT is today telling me that it is NOT possible. So, it seems that I may not be able to use this module until it will accommodate newer keys. |
OpenAI gave me a key that was 162 characters long. The key module truncated it to 128. I'm opening an issue there. |
I'm keep getting this message. As I reasearch the possible sorce of this problem, I'm leaning that legacy keys start with
sk-
and newer keys start withsk-proj-
. I'm told some older apps don't accept the newsku-proj-
keys and I should verify this before proceeding.I'm assuming that this project does accept the newer keys, but it would be helpful if there were documentation in the wiki OR even some help text in the module config page to indicate which keys work.
The text was updated successfully, but these errors were encountered: