Skip to content

Updating v0.1 to v0.2

Senko Rašić edited this page Jun 6, 2024 · 4 revisions

Automatic upgrade using our VisualStudio Code extension

If you're using the Pythagora VisualStudioCode extension, once the extension updates to 0.2.x version, it will automatically update core to 0.2.x as well, and convert the database to the new format and import any keys/settings.

If this fails for any reason or you're not using VSCode, here's how you can do that manually:

Transfering project from v0.1 to v0.2

Run command (don't forget to change path):

venv/bin/python main.py --import-v0 /path/to/original/gpt-pilot/pilot/gpt-pilot

or if you are on Windows then run this command:

venv/scripts/python main.py --import-v0 /path/to/original/gpt-pilot/pilot/gpt-pilot