toshiakit / MatGPT

MATLAB app to access ChatGPT API from OpenAI
MIT License
190 stars 26 forks source link

Support the latest models released by OpenAI on April 9, 2024 #33

Closed toshiakit closed 2 months ago

toshiakit commented 2 months ago

OpenAI released the updated models gpt-4-turbo and gpt-4-turbo-2024-04-09, which supersedes the preview models.

LLMs with MATLAB was updated to reflect this change, and this update will make MatGPT current with the latest release of LLMs with MATLAB.

Also, the DALL-E 3 image generation is now handled via function calling using gpt-3.5-turbo, in order to enable chat experience in image generation.