toshiakit / MatGPT

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

Use submodule to pull in llms-with-matlab #37

Closed ccreutzi closed 3 weeks ago

ccreutzi commented 1 month ago

To better track development in llms-with-matlab, it seems like a good idea to use the standard mechanism of git submodules instead of maintaining a local copy that does not track which version of the code it actually includes.

nothans commented 3 weeks ago

Note for future Hans using GitHub Desktop client.

If you get a fatal error for submodules, you need to clone from the branch from the command line into a folder and then open an existing repository.

git clone -b {branch_name} {repo_url}
git submodule init
git submodule update