toshiakit / MatGPT

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

Adding support for GPT-4 Vision & DALL·E Image Generation #29

Closed toshiakit closed 3 months ago

toshiakit commented 4 months ago

This will add full support for GPT-4 vision and return up to 4096 tokens in response, and the images you add in the user prompt will be displayed in the chat history. It also supports DALL·E image generation.

Note: Function calling was removed as the behavior was too unpredictable and the response was too slow.