Hi
My sk-proj key is being rejected by Dall-e
Any ideas?
Also how do I generate a normal sk- key as I only get sk-proj
Hi
My sk-proj key is being rejected by Dall-e
Any ideas?
Also how do I generate a normal sk- key as I only get sk-proj
I am having the exact same issue right now
The type of keys that have been used by OpenAI for three years are now called âuser keysâ. To access them, you would, in your platform account owner user icon at upper-right, select âprofileâ.
It has been reported that on newly-created accounts, this third tab is just gone. Thus you are prevented from creating anything but a âdefault projectâ user key if you want a key with non-limited usage rights.
All new keys are extra-long, also.
âRejectedâ doesnât report much of what is happening. Nor does âme tooâ.
Use the error message returned by API to explore the possibilities.
hi @_j thanks so much for this, because i am going through this issue as well.
i am using bolt to test out an ai feature of chatting with openai (chatgpt) within the app am creating.
but it keeps say this :
please what do i do? i have already loaded the account with credits
Same problem here. I trie to use the embeddings endpoint.
from openai import OpenAI
client = OpenAI()
response = client.embeddings.create(
input=âQuery textâ,
model=âtext-embedding-3-largeâ
)
print(response.data[0].embedding)
This throws an error: AuthenticationError: Error code: 401 - {âerrorâ: {âmessageâ: âIncorrect API key provided: [api-key] You can find your API key at https://platform.openai.com/account/api-keys.â, âtypeâ: âinvalid_request_errorâ, âparamâ: None, âcodeâ: âinvalid_api_keyâ}}
:
Any suggestions how to solve this?
Iâm having the same issue that my new sk-proj key is not working.
I was able to make requests after Iâve added my organisational ID before calling the API.