PicoCreator / smol-dev-js

Smol personal AI, for smol incremental tasks in a JS project
MIT License
322 stars 52 forks source link

GPT-4 does not exist #14

Closed codeTony22 closed 9 months ago

codeTony22 commented 1 year ago

After set up I am getting the following

    "error": {
        "message": "The model: `gpt-4` does not exist",
        "type": "invalid_request_error",
        "param": null,
        "code": "model_not_found"
    }
}

If I search for gpt-4 in the project I see a couple of references. Anyone getting the same problem?

PicoCreator commented 1 year ago

Sadly, i realised while GPT-4 is being actively rolled out by openAI to a large % of folks - its not everyone.

This uses GPT-4 for openAI, so you will need API access for it

jandrieu commented 1 year ago

Model seems to be listed as an "option" in several places.

What's the right way to adjust so we can use gpt-3.5?

PicoCreator commented 9 months ago

I believe gpt-4 roll out is completed, so will be closing this issue.

PS: didn't allow the usage of gpt3.5 due to how low quality / often out of context will be hit