mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-16 03:06:46 -04:00
- 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:
parent
ea31fd0544
commit
42d442389d
16 changed files with 343 additions and 183 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue