Implemented a test remote callout to an LLM running on the local host machine for development and testing purposes. Successfully getting LLM responses in the Alice messages UI

This commit is contained in:
2026-02-27 10:20:23 +11:00
parent 7c1bc79fb2
commit 0340f80adb
3 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<application
android:name="alice"
android:usesCleartextTraffic="true"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"