Added description to model list and change it to JSON file

This commit is contained in:
jeffser
2024-06-25 00:36:02 -06:00
parent 8bf8ca1b90
commit ce3dce4c67
7 changed files with 9 additions and 18 deletions

View File

@@ -40,10 +40,10 @@ alpaca_sources = [
'main.py',
'window.py',
'connection_handler.py',
'available_models.py',
'dialogs.py',
'local_instance.py',
'update_history.py'
'update_history.py',
'available_models.json'
]
install_data(alpaca_sources, install_dir: moduledir)