Skip to content

Chat app for Android that supports answers from multiple LLMs at once. Designed with Material3 & Compose.

License

Notifications You must be signed in to change notification settings

fabric-of-tetrahedron/gpt_mobile

 
 

Repository files navigation

GPT Mobile

支持与多个模型聊天的安卓聊天助手。

GitHub all releases GitHub release (latest by date)

截图

演示

screen-20240702-173350.mp4
screen-20240702-172158.mp4
screen-20240702-172758.mp4

功能

  • 同时与多个模型聊天
    • 使用各平台的官方API
    • 支持的平台:
      • OpenAI GPT
      • Anthropic Claude
      • Google Gemini
      • Ollama
    • 可以自定义温度、top p(核采样)和系统提示
  • 本地聊天记录
    • 聊天记录仅保存在本地
    • 聊天时仅发送到官方API服务器
  • Material You 风格的UI,图标
    • 支持深色模式,系统动态主题无需重启活动
  • 安卓13+的每个应用语言设置
  • 100% Kotlin,Jetpack Compose,单活动,现代应用架构 在安卓开发者文档中

待支持

  • 安卓12及以下的手动语言设置
  • 更多平台
  • 支持多模态模型的图像、文件

如果您有任何功能请求,请打开一个问题。

下载

您可以从以下网站下载该应用:

Get it on F-Droid Get it on Google Play Get it on GitHub

支持跨平台更新。然而,GitHub Releases 将是最快的更新渠道,因为没有验证/审核过程。(可能有1周的差异?)

构建

  1. 克隆仓库
  2. 在Android Studio中打开
  3. 点击 Run 或进行Gradle构建

许可证

详情请参阅 LICENSE

F-Droid 图标许可证

About

Chat app for Android that supports answers from multiple LLMs at once. Designed with Material3 & Compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%