toshiakit / MatGPT

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

beginner's question :) #40

Open djeronimoBiH opened 1 week ago

djeronimoBiH commented 1 week ago

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.

toshiakit commented 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