- Add "show stats" after each LLM response to see token related stats more easily.

- Back to multi-turn (no exception handling yet).
- Show app's version in App Info screen.
- Show API doc link and source code link in the model list screen.
- Jump to model info page in HF when clicking "learn more".
This commit is contained in:
Jing Jin 2025-04-16 14:51:45 -07:00
parent ea31fd0544
commit 42d442389d
16 changed files with 343 additions and 183 deletions

View file

@ -30,7 +30,7 @@ android {
minSdk = 24
targetSdk = 35
versionCode = 1
versionName = "1.0"
versionName = "20250416"
// Needed for HuggingFace auth workflows.
manifestPlaceholders["appAuthRedirectScheme"] = "com.google.aiedge.gallery.oauth"
@ -58,6 +58,7 @@ android {
}
buildFeatures {
compose = true
buildConfig = true
}
}