toshiakit / MatGPT

MATLAB app to access ChatGPT API from OpenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beginner's question :)

djeronimoBiH opened this issue · comments

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.

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