You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ curl https://api.openai.com/v1/engines -H "Authorization: Bearer $OPENAI_API_KEY" | grep 3
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8682 100 8682 0 0 20051 0 --:--:-- --:--:-- --:--:-- 20332
"id": "text-davinci-003",
"id": "gpt-3.5-turbo-0301",
"id": "gpt-3.5-turbo",
whereas
$ curl https://api.openai.com/v1/engines -H "Authorization: Bearer $OPENAI_API_KEY" | grep 4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8682 100 8682 0 0 27780 0 --:--:-- --:--:-- --:--:-- 28188
so he doesn't even find the gpt-4 model.
The text was updated successfully, but these errors were encountered:
I'm getting this:
also, this here:
whereas
so he doesn't even find the gpt-4 model.
The text was updated successfully, but these errors were encountered: