openai-java
openai-java copied to clipboard
Questions about token
I read the document and still don't know where to get this token. What do I need to do about it?
If you're referring to the API token, on the OpenAI website, it's referred to as "API keys"
If you have an account, you can find it under here: https://platform.openai.com/account/api-keys
如果您指的是 API 令牌,在 OpenAI 网站上,它被称为“API 密钥”
如果您有帐户,可以在此处找到它:https://platform.openai.com/account/api-keys
Thank you, I have found a way, has reached the level of entry, I am studying the source code, API package and client package I do not know how to use, they are all called through the server package?