Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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アプリで使う

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を使用

## 動作している様子

動作している様子