Skip to content

Commit

Permalink
v0.0.1: Basic Llama3.2 chat (#37)
Browse files Browse the repository at this point in the history
* axe old docs

* load model immediately

* constants

* better opacity

* upgrades

* hmm

* icons shh

* axe patch

* android build script

* fix the splash

* bg transparent and bottom padding, tweak system prompt

* No changes detected in package.json; commit unnecessary.

* No changes detected in eas.json file; commit unnecessary.

* No changes detected in package.json; commit unnecessary.

* border

* Update DEFAULT_MODEL to use Llama-3.2-1B instead of Llama-3.2-3B for more efficient handling.

* hmm

* Add AppState management and currentDownload tracking to ModelDownloader in `ModelDownloader.ts` for enhanced download control.

* chatcontainer
  • Loading branch information
AtlantisPleb authored Dec 20, 2024
1 parent 17e8c4f commit b288602
Show file tree
Hide file tree
Showing 79 changed files with 301 additions and 8,990 deletions.
24 changes: 10 additions & 14 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,22 @@
"icon": "./assets/images/app-icon-all.png",
"backgroundColor": "#000000",
"splash": {
"image": "./assets/images/splash-logo-all.png",
"resizeMode": "contain",
"backgroundColor": "#191015"
"image": "./assets/images/splash.png",
"resizeMode": "cover",
"backgroundColor": "#000000"
},
"newArchEnabled": true,
"jsEngine": "hermes",
"assetBundlePatterns": [
"**/*"
],
"android": {
"icon": "./assets/images/app-icon-android-legacy.png",
"icon": "./assets/images/app-icon-all.png",
"package": "com.openagents.onyx",
"adaptiveIcon": {
"foregroundImage": "./assets/images/app-icon-android-adaptive-foreground.png",
"backgroundImage": "./assets/images/app-icon-android-adaptive-background.png"
},
"splash": {
"image": "./assets/images/splash-logo-android-universal.png",
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#191015"
"backgroundColor": "#000000"
},
"permissions": [
"RECORD_AUDIO"
Expand All @@ -45,9 +41,9 @@
"web": {
"favicon": "./assets/images/app-icon-web-favicon.png",
"splash": {
"image": "./assets/images/splash-logo-web.png",
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#191015"
"backgroundColor": "#000000"
},
"bundler": "metro"
},
Expand All @@ -69,7 +65,7 @@
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"image": "./assets/images/splash.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#000000"
Expand All @@ -89,4 +85,4 @@
"policy": "sdkVersion"
}
}
}
}
Binary file removed assets/images/adaptive-icon.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/images/app-icon-android-legacy.png
Binary file not shown.
Binary file removed assets/images/app-icon-web-favicon.png
Binary file not shown.
Binary file removed assets/images/favicon.png
Binary file not shown.
Binary file removed assets/images/icon.png
Binary file not shown.
Binary file removed assets/images/partial-react-logo.png
Binary file not shown.
Binary file removed assets/images/react-logo.png
Binary file not shown.
Binary file removed assets/images/[email protected]
Binary file not shown.
Binary file removed assets/images/[email protected]
Binary file not shown.
Binary file removed assets/images/splash-icon copy.png
Binary file not shown.
Binary file removed assets/images/splash-icon.png
Binary file not shown.
Binary file removed assets/images/splash-logo-all.png
Binary file not shown.
Binary file removed assets/images/splash-logo-android-universal.png
Binary file not shown.
Binary file removed assets/images/splash-logo-ios-mobile.png
Binary file not shown.
Binary file removed assets/images/splash-logo-ios-tablet.png
Binary file not shown.
Binary file removed assets/images/splash-logo-web.png
Binary file not shown.
Binary file added assets/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b288602

Please sign in to comment.