Closed djeronimoBiH closed 1 week ago
Hi, the error message indicates that you haven't installed "LLMs with MATLAB" library.
https://github.com/matlab-deep-learning/llms-with-matlab
To install "LLMs with MATLAB" as a submodule, use git commands.
git clone https://github.com/toshiakit/MatGPT.git
git submodule update --init
It's probably something trivial and it's probably my fault, but I need your help: I get this error when I want to start a new Chat in MatGPT: Undefined function 'openAIChat' for input arguments of type 'string'.
Thank you.