Skip to content

Commit

Permalink
Add README.en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bapaws committed Mar 16, 2023
1 parent af8c340 commit 25940d4
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 16 deletions.
35 changes: 20 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# 小答
# Chat Answer

<div style="font-size: 1.5rem;">
<a href="./README.md">English</a> | <a href="./README.zh-Hans.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 模型驱动。
Chat Answer is an open source app based on ChatGPT.

## iOS App

Expand All @@ -27,19 +32,19 @@

## Roadmap

- [x] ChatGPT 服务
- [x] ChatGPT API Key API URL 设置
- [x] 会话本地存储
- [x] 新增及删除会话
- [x] 消息本地存储
- [x] 消息支持 Markdown
- [x] 支持代码块高亮显示
- [ ] 支持会话设置
- [ ] 支持删除消息
- [ ] 应用设置,支持语言、外观切换
- [ ] 代码块的复制按钮
- [ ] 支持系统消息
- [ ] 支持更多聊天场景
- [x] ChatGPT Service
- [x] ChatGPT API Key & API URL setting
- [x] Conversations local storage
- [x] Add or delete conversations
- [x] Messages local storage
- [x] Support markdown
- [x] Support code block highlight
- [ ] Support conversation settings
- [ ] Support delete message
- [ ] App settings
- [ ] Support for code replication
- [ ] Support system message
- [ ] Support more chat scenarios

## License

Expand Down
51 changes: 51 additions & 0 deletions README.zh-Hans.md
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)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: answer
version: 1.0.1+7
version: 1.0.1+9
publish_to: none
description: A new Flutter project.
environment:
Expand Down

0 comments on commit 25940d4

Please sign in to comment.