toshiakit / MatGPT

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

Function to get the list of model #22

Closed yanndebray closed 6 months ago

yanndebray commented 8 months ago

Can you implement a function to get the list of available models from OpenAI (or other providers in the future)?

toshiakit commented 6 months ago

Currently the API returns a whole bunch of models, including both old and new, and many of them are not applicable to MatGPT. Therefore, I don't think getting the list of models is very useful.