lifan0127 / ai-research-assistant

Aria is Your AI Research Assistant Powered by GPT Large Language Models
GNU Affero General Public License v3.0
1.06k stars 57 forks source link

Suddenly 'gpt-4o-mini' is not available #128

Open rodrigoesborges opened 2 months ago

rodrigoesborges commented 2 months ago

First of all, I cannot thank enough for your effort and kindness in sharing such a great addin, @lifan0127 .

I was using normally with my API key, but suddenly started to get the error mentioned on the title, with the following relevant part of the error stack:

"error": { "message": "The model gpt-4-vision-preview has been deprecated, learn more here: https://platform.openai.com/docs/deprecations", "type": "invalid_request_error", "param": null, "code": "model_not_found" }

lifan0127 commented 2 months ago

@rodrigoesborges Thank you for letting me know. This error is due to a recently deprecated OpenAI model used for vision analysis. I will update the plugin and let you know.

lifan0127 commented 2 months ago

Please try the new releases:

rodrigoesborges commented 2 months ago

I tried it, seems to solve the issue on accessing the model! Great

Though I am now getting answers that it can't access the PDFs I attach. Better to submit another issue for this I imagine?

lifan0127 commented 1 month ago

Hi @rodrigoesborges I am still working on PDF fulltext integration. Thanks for your support.