Skip to content

Commit

Permalink
Update README.md for broken syntaxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Jun 16, 2024
1 parent 8bff591 commit 096e5fd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
<div align="center">
<img width="200" height="200" style="display: block;" src="./images/logo.png">

# GPT Mobile
<img width="200" height="200" style="display: block;" src="./images/logo.png">

### Chat Assistant for Android that supports chatting with multiple models at once.
# GPT Mobile

[![GitHub all releases](https://img.shields.io/github/downloads/Taewan-P/gpt_mobile/total?label=Downloads&logo=github)](https://github.com/Taewan-P/gpt_mobile/releases/)
### Chat Assistant for Android that supports chatting with multiple models at once.

[![GitHub all releases](https://img.shields.io/github/downloads/Taewan-P/gpt_mobile/total?label=Downloads&logo=github)](https://github.com/Taewan-P/gpt_mobile/releases/)

</div>


## Screenshots

<div align="center">
<img style="display: block;" src="./images/screenshots.jpg">

<img style="display: block;" src="./images/screenshots.png">

</div>

## Features

- Chat with multiple models at once
- Supported platforms
- Uses official APIs for each platforms
- Supported platforms:
- OpenAI GPT
- Anthropic Claude
- Google Gemini
- Uses official APIs for each platforms
- Local chat history
- Chat history is only saved locally
- Only sends to official API servers while chatting
- [Material You](https://m3.material.io/) style UI
- Supports dark mode, system dynamic theming
- Supports dark mode, system dynamic theming **without Activity restart**
- Per app language setting for Android 13+
- 100% Kotlin, Jetpack Compose, Single Activity, [Modern App Architecture](https://developer.android.com/topic/architecture#modern-app-architecture) in Android developers documentation

Expand All @@ -45,3 +48,15 @@ If you have any feature requests, please open an issue.
## Downloads

Download the latest APK from the [releases page](https://github.com/Taewan-P/releases)


## Build

1. Clone repo
2. Open in Android Studio
3. Click `Run` or do Gradle build


## License

See [LICENSE.md](./LICENSE.md) for details.
Binary file removed images/screenshots.jpg
Binary file not shown.
Binary file added images/screenshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 096e5fd

Please sign in to comment.