-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
|
||
# ChatterUI | ||
Simple frontend for LLMs built in react-native. | ||
<img src ="https://github.com/Vali-98/ChatterUI/blob/master/assets/images/adaptive-icon.png" width="150" > | ||
Simple frontend for LLMs built using react-native. | ||
### What is it? | ||
A frontend for managing chat files and character cards similar to projects like TavernAI / SillyTavern. | ||
Built for the purpose of learning Javascript, so it may be a little rough around the edges. | ||
|
||
### Supported Backends | ||
- KoboldAI | ||
|
||
### Building from source. | ||
Building from source has **not** been tested. | ||
Requires Node.js and Android SDK. Expo uses EAS to build apps which in a Linux environment. Release APKs are built in WSL. | ||
``` | ||
npm install | ||
eas build --platform android --local | ||
``` |