-
Notifications
You must be signed in to change notification settings - Fork 58
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
3 changed files
with
72 additions
and
16 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# 小答 | ||
|
||
<div style="font-size: 1.5rem;"> | ||
<a href="./README.md">English</a> | <a href="./README.zh.md">中文</a> | ||
</div> | ||
</br> | ||
|
||
<a href="LICENSE" target="_blank"> | ||
<img alt="GNU General Public License v3.0" src="https://img.shields.io/badge/license-GPL-blue?style=flat-square" /> | ||
</a> | ||
|
||
小答是一款基于 ChatGPT 的开源客户端,由最新的 GPT-3.5-turbo AI 模型驱动。 | ||
|
||
## iOS App | ||
|
||
<a href="https://testflight.apple.com/join/HuwYNikH"> | ||
<img src="img/testflight.png" alt="" height=40> | ||
</a> | ||
<a href="https://itunes.apple.com/app/id6446219556"> | ||
<img src="img/app-store.svg" alt=""> | ||
</a> | ||
|
||
![ios-screen](img/ios-screen.png) | ||
|
||
## Android App | ||
|
||
<a href="https://play.google.com/store/apps/details?id=com.bapaws.answer"> | ||
<img src="img/google-play-badge.png" alt="" height=80> | ||
</a> | ||
|
||
![android-screen](img/android-screen.png) | ||
|
||
## Roadmap | ||
|
||
- [x] ChatGPT 服务 | ||
- [x] ChatGPT API Key 和 API URL 设置 | ||
- [x] 会话本地存储 | ||
- [x] 新增及删除会话 | ||
- [x] 消息本地存储 | ||
- [x] 消息支持 Markdown | ||
- [x] 支持代码块高亮显示 | ||
- [ ] 支持会话设置 | ||
- [ ] 支持删除消息 | ||
- [ ] 应用设置,支持语言、外观切换 | ||
- [ ] 代码块的复制按钮 | ||
- [ ] 支持系统消息 | ||
- [ ] 支持更多聊天场景 | ||
|
||
## License | ||
|
||
[GNU General Public License v3.0](./LICENSE) |
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