Rewrite of Chat / Message / Model selector systems

This commit is contained in:
jeffser
2024-08-26 13:16:55 -06:00
parent 8026550f7a
commit 4545f5a1b2
10 changed files with 1212 additions and 1011 deletions

View File

@@ -48,7 +48,10 @@ alpaca_sources = [
]
custom_widgets = [
'custom_widgets/table_widget.py'
'custom_widgets/table_widget.py',
'custom_widgets/message_widget.py',
'custom_widgets/chat_widget.py',
'custom_widgets/model_widget.py'
]
install_data(alpaca_sources, install_dir: moduledir)