Validar o token

Para testar se o token está funcionando, basta adicionar o token na curl abaixo e colar no powershell/cmd.

  • curl https://api.openai.com/v1/models -H "Authorization: Bearer SEU_TOKEN_AQUI"

Last updated