Skip to content
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

什么是ChatGPT ApiKeys,如何获取,有哪些注意事项? #17

Open
tuihou123321 opened this issue Apr 27, 2023 · 0 comments
Open

Comments

@tuihou123321
Copy link
Owner

tuihou123321 commented Apr 27, 2023

大部分人使用ChatGPT一般都是在官网上。
但是如果我想把ChatGPT的强大功能接入到其他软件,那应该怎么做呢?

比如我之前写的两个应用场景:

这里就需要调用ChatGPT的接口,调用接口也非常简单,只需要一个openAI中的 ApiKeys。

获取APIKeys步骤说明:

  1. 登陆到 openAI开发平台
    提醒:登陆时请选择和注册时一样的登陆方式,否则无法进入。比如:邮箱登陆、第三方授权登陆。
  2. 进入个人中心 查看Api keys
  3. 如果没有就创建一个,特殊说明:apikeys 创建成功后只会显示一次,所以要妥善保管,不能泄露了。

特殊说明:

  • 一般新注册的账号都会送 18美金的免费体验额度,用完需要付费。
  • 免费额度是有有效期的,如果集成到你应用中报错了,记得检查是否过期。或者额度是否用完。

openai开发平台入口
image
image

获取apikeys,创建与获取
image

注意流量的使用情况:https://platform.openai.com/account/usage
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant