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

API Error. See console logs for details. #135

Closed
mnott opened this issue Mar 30, 2023 · 1 comment
Closed

API Error. See console logs for details. #135

mnott opened this issue Mar 30, 2023 · 1 comment

Comments

@mnott
Copy link

mnott commented Mar 30, 2023

I'm getting this:

plugin:smart-connections:3621          POST https://api.openai.com/v1/chat/completions 404
stream @ plugin:smart-connections:3621
full_str @ plugin:smart-connections:3036
request_chatgpt_completion @ plugin:smart-connections:2997
initialize_response @ plugin:smart-connections:2858
eval @ plugin:smart-connections:2803
plugin:smart-connections:3030 CustomEvent {isTrusted: false, data: '{\n    "error": {\n        "message": "The model: `g… null,\n        "code": "model_not_found"\n    }\n}\n', source: ScStreamer, detail: null, type: 'error', …}

also, this here:

$ 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.

@brianpetro
Copy link
Owner

brianpetro commented Mar 30, 2023

@mnott GPT-4 is still invite only, see #57 (comment)

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

2 participants