https://github.com/gstory0404/chatgpt_app
ChatGPT应用,支持Android、iOS、MacOS、linux、Windows
https://github.com/gstory0404/chatgpt_app
Last synced: about 1 month ago
JSON representation
ChatGPT应用,支持Android、iOS、MacOS、linux、Windows
- Host: GitHub
- URL: https://github.com/gstory0404/chatgpt_app
- Owner: gstory0404
- License: apache-2.0
- Created: 2023-02-14T09:12:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T02:18:45.000Z (over 2 years ago)
- Last Synced: 2025-04-30T19:42:09.666Z (5 months ago)
- Language: Dart
- Size: 15.6 MB
- Stars: 39
- Watchers: 2
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatgpt_app
ChatGPT应用,支持Android、iOS、MacOS、linux、Windows,通过api实现,目前提供andorid app,其他客户端自行打包## 效果
> 使用openai gpt-3.5-turbo完成数据交互
## 角色扮演
角色调教可以参考 https://github.com/PlexPt/awesome-chatgpt-prompts-zh ,
问题需要单独提问,不要写到描述中
```
//进入角色
@system 「角色描述」//退出角色
@exit
```## ChatGPT设置
设置-ChatGPT设置### key
注册一个[ChatGPT](https://chat.openai.com/)账号,获取key,在APP右上角设置中填写,即可使用了。
注册流程可以参考[blog](https://blog.gstory.cn/archives/78.html)### 字符数
请求的最大token数### 上下文关联数
聊天关联条数