Have settled on testing and using the Qwen2.5:1.5b model as it plays much nicer with the JSON requirements - way better than the Gemma models did. Have refined the calls via LlmManager.kt and MediaPipeAdapter.kt and tested using battery, ping and a new weather skill. Half way through updating further to allow for SMS reading and updating the SkillManager.kt again to accommodate this with a two-pass bridge for python calling.
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
|
||||
<uses-permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE" />
|
||||
|
||||
<uses-permission android:name="android.permission.READ_SMS"/>
|
||||
<uses-permission android:name="android.permission.RECEIVE_SMS"/> <!-- for new messages -->
|
||||
|
||||
|
||||
<application
|
||||
android:name="AliceApp"
|
||||
android:usesCleartextTraffic="true"
|
||||
|
||||
Reference in New Issue
Block a user