GPT - Forum

Forum Navigation
You need to log in to create posts and topics.

GPT

Hi,

Can someone test ChatGPT Plugin with API key - it doesn't seem to work for me now, OpenAI have moved API keys to specific projects, so the original API keys are now legacy.

I have a feeling the new API will be different to what the plugin was originally calling.

 

Thanks,

@adrianbrookbank neoGPT plugin works correctly. You can use both types of API keys.
We will release a new version of the plugin to easily call your own trained Assistants.
It will be packed with the new VisualNEO Web version to be released very soon.
Let me know if you have any doubts.

Regards.

CDY@44 has reacted to this post.
CDY@44

Hi, thanks Luis,

Am getting this error from OpenAI  below,

API key is valid, that's assigned using neoGptSetApiKey

Am unsure what's changed..

{
    "error": {
        "message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://platform.openai.com/account/api-keys.",
        "type": "invalid_request_error",
        "param": null,
        "code": null
    }
}

@adrianbrookbank this works for me:

neoGptSetApiKey "sk-xxxxxxxxxxxxx"
neoGptSetModel "gpt-4o-mini"
neoGptText "Capital city of Marroc?" [reply] ""

Please check with your own API key.

All working now! Thanks.

Looking forward to testing the new version.

luishp has reacted to this post.
luishp