Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 authored Oct 24, 2023
1 parent 26453a8 commit 52a5731
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
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
```

0 comments on commit 52a5731

Please sign in to comment.