Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatsumi0000/chatgptokhttpssegsonhilt
ChatGPTのStream APIをAndroidアプリで使う
https://github.com/tatsumi0000/chatgptokhttpssegsonhilt
Last synced: 1 day ago
JSON representation
ChatGPTのStream APIをAndroidアプリで使う
- Host: GitHub
- URL: https://github.com/tatsumi0000/chatgptokhttpssegsonhilt
- Owner: Tatsumi0000
- Created: 2023-04-14T13:41:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T12:56:22.000Z (7 months ago)
- Last Synced: 2024-06-18T15:11:50.937Z (7 months ago)
- Language: Kotlin
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPTRetrofitGsonHilt
ChatGPTのStream APIをAndroidアプリで使うhttps://blog.aespa.love/develop-chatgpt-android-app-using-with-stream-mode
## 使用技術
- Version Catalogを使ったマルチモジュール構成
- Version Catalogの保管が効くようにGradleをKotlinにしました。
- Dagger Hiltを使ったDIの実装
- View Bindingを使ったViewの実装
- [ChatGPTのStreamモード](https://platform.openai.com/docs/api-reference/completions/create#completions/create-stream)を[okhttp-sse](https://github.com/square/okhttp/tree/master/okhttp-sse)を使って実装
- Jsonの変換にGsonを使用## 動作している様子