Rewrote a lot of code, new chat system and file uploading!

This commit is contained in:
jeffser
2024-06-04 12:07:15 -06:00
parent 82a0ab0d9e
commit f7f05a0538
9 changed files with 527 additions and 227 deletions

View File

@@ -42,7 +42,8 @@ alpaca_sources = [
'connection_handler.py',
'available_models.py',
'dialogs.py',
'local_instance.py'
'local_instance.py',
'update_history.py'
]
install_data(alpaca_sources, install_dir: moduledir)