Large changes to the UI ( and matching backend) to allow for chat threads, system prompt changes, and starting the MLC LLM integration options for the backend AI switch/choice

This commit is contained in:
2026-02-28 10:30:54 +11:00
parent 8b474d81be
commit 25167ff6cb
8 changed files with 309 additions and 114 deletions

View File

@@ -5,7 +5,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
android:name="alice"
android:name="AliceApp"
android:usesCleartextTraffic="true"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"