Closed nissay87 closed 3 months ago
i have tried to change the model from below site, but all models are not free, how can use it as free
https://platform.openai.com/docs/models/model-endpoint-compatibility
Hi!
The model gpt-4 does not exist
The available models are listed on the OpenAI Platform: https://platform.openai.com/docs/models
You may use gpt-3.5-turbo
(additional similar models are available here), but currently it's recommended to use gpt-4o
, which is the latest and most advanced model of OpenAI.
You exceeded your current quota
Unfortunately OpenAI has a one-time “free tier” (trial?) mode which is available only for a few months after registration: https://community.openai.com/t/understanding-api-limits-and-free-tier/498517 However you may use Ollama (see: #23) or PrivateGPT (see: #25) on localhost, but their availability has not been tested directly with NppOpenAI.
Hi!
I've yesterday realized, that the model
in the config file has been misconfigured. 😮 It has been fixed in the latest release (modified gpt-4
to gpt-4o-mini
: “affordable and intelligent small model for fast, lightweight tasks”) complemented with a simple chat feature.
I hope you find this useful!
this error occured after shift+ctrl+o
OpenAI: Error response
The model
gpt-4
does not exist or you do not have access to it.OK
i have changed it to gpt-3.5 or gpt-3 but issue didn't solved