this post was submitted on 02 Mar 2024
3 points (80.0% liked)

de_EDV

3805 readers
1 users here now

Ableger von r/de_EDV auf Lemmy.

News, Diskussionen und Hilfestellung zu Hard- und Software

Diese Community dient als Anlaufstelle für alle IT-Interessierten, egal ob Profi oder blutiger Anfänger. Stellt eure Fragen und tauscht euch aus!

Weitere IT Communitys:

[email protected]

[email protected]

[email protected]

[email protected]

founded 1 year ago
MODERATORS
 

SOLVED: Die Lösung ist, dass die API nicht automatisch mit einem Premium-ChatGPT-Subscription läut sondern extra Credits braucht, die man hier buchen kann.

Ich versuche zur API von OpenAI zu connecten, um vom Terminal und infolgedessen von anderen Programmen Prompts absetzen zu können.

Weder mit shell-gpt gelingt mir das

HTTPError: 404 Client Error: Not Found for url: https://api.openai.com/v1/chat/completions

noch mit dem Guide des Herstellers

openai.RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}

Kann es sein, dass die OpenAI API mich wegen meinem ISP ausschließt (Vodafone Kabel), der keine eindeutigen IP6-Adressen vergibt?

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 8 months ago (1 children)

Da die API "insufficient quota" zurückgibt, würd ich eher ein Problem mit dem API Key vermuten.

[–] [email protected] 1 points 8 months ago

Ja, ich hatte noch keine Credits gebucht.

[–] [email protected] 1 points 8 months ago (1 children)

Möglich ist das. Wobei ipv4 doch auch irgendwie zurzeit noch funktionieren sollte weil kaum jemand ipv6 unterstützt.

[–] [email protected] 2 points 8 months ago

Danke für deine Antwort. Ich hatte einfach noch keine Credits gebucht, weil ich nicht gecheckt habe, dass mit der Premium-Subscription nicht automatisch auch die API bezahlt ist.