75 lines
2.7 KiB
Markdown
75 lines
2.7 KiB
Markdown
<div align="center">
|
||
<img src="docs/icon.png" alt="App 圖標" width="100" />
|
||
<h1>RikkaHub</h1>
|
||
|
||
一個原生Android LLM 聊天客戶端,支持切換不同的供應商進行聊天 🤖💬
|
||
|
||
[English](README.md) | 繁體中文 | [简体中文](README_ZH_CN.md)
|
||
|
||
點擊連結加入群聊 👉 [【RikkaHub】](https://qm.qq.com/q/I8MSU0FkOu)
|
||
|
||
</div>
|
||
|
||
<div align="center">
|
||
<img src="docs/img/chat.png" alt="Chat Interface" width="150" />
|
||
<img src="docs/img/models.png" alt="Models Picker" width="150" />
|
||
<img src="docs/img/providers.png" alt="Providers" width="150" />
|
||
<img src="docs/img/assistants.png" alt="Assistants" width="150" />
|
||
</div>
|
||
|
||
## 🚀 下載
|
||
|
||
🔗 [點擊前往官網下載](https://rikka-ai.com/)
|
||
|
||
## ✨ 功能特色
|
||
|
||
- 🎨 現代化安卓APP設計(Material You / 預測性返回)
|
||
- 🌙 暗色模式
|
||
- 🛠️ MCP 支持
|
||
- 🔄 多種類型的供應商支持,自定義 API / URL / 模型(目前支持 OpenAI、Google、Anthropic)
|
||
- 🖼️ 多模態輸入支持
|
||
- 📝 Markdown 渲染(支持代碼高亮、數學公式、表格、Mermaid)
|
||
- 🔍 搜索支持(Exa、Tavily、Zhipu)
|
||
- 🧩 Prompt 變量(模型名稱、時間等)
|
||
- 🤳 二維碼導出和導入提供商
|
||
- 🤖 智能體自定義
|
||
- 🧠 類ChatGPT記憶功能
|
||
- 📝 AI翻譯
|
||
- 🌐 自定義HTTP請求頭和請求體
|
||
|
||
## ✨ 貢獻
|
||
|
||
本項目使用[Android Studio](https://developer.android.com/studio)開發,歡迎提交PR
|
||
|
||
技術棧文檔:
|
||
|
||
- [Kotlin](https://kotlinlang.org/) (開發語言)
|
||
- [Koin](https://insert-koin.io/) (依賴注入)
|
||
- [Jetpack Compose](https://developer.android.com/jetpack/compose) (UI 框架)
|
||
- [DataStore](https://developer.android.com/topic/libraries/architecture/datastore?hl=zh-cn#preferences-datastore) (
|
||
偏好數據存儲)
|
||
- [Room](https://developer.android.com/training/data-storage/room) (數據庫)
|
||
- [Coil](https://coil-kt.github.io/coil/) (圖片加載)
|
||
- [Material You](https://m3.material.io/) (UI 設計)
|
||
- [Navigation Compose](https://developer.android.com/develop/ui/compose/navigation) (導航)
|
||
- [Okhttp](https://square.github.io/okhttp/) (HTTP 客戶端)
|
||
- [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) (Json序列化)
|
||
- [compose-icons/lucide](https://composeicons.com/icon-libraries/lucide) (圖標庫)
|
||
|
||
> 你需要在 `app` 文件夹下添加 `google-services.json` 文件才能构建应用
|
||
|
||
## 💖 捐贈
|
||
|
||
如果你喜歡這個項目,可以請我喝杯咖啡 ☕
|
||
|
||
[](https://ko-fi.com/X8X71DVU91)
|
||
|
||
## Star History
|
||
|
||
如果喜歡這個項目,可以給個Star ⭐
|
||
|
||
[](https://star-history.com/#re-ovo/rikkahub&Date)
|
||
|
||
## 📄 許可證
|
||
|
||
[License](LICENSE) |