-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Ktor version to stable v3 #83
base: main
Are you sure you want to change the base?
Conversation
Taewan-P
commented
Oct 26, 2024
- This PR will be ready when feat(ktor): update to stable v3 aallam/openai-kotlin#389 is successfully published to releases.
- Migrates Ktor 2.x to 3.0. This changes the way of implementing Anthropic API request that uses Server Sent Event since Ktor 3.0 natively supports SSE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 3 changed files in this pull request and generated no suggestions.
Files not reviewed (2)
- app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/AnthropicAPIImpl.kt: Language not supported
- app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/NetworkClient.kt: Language not supported
Build complete! Here's the debug APK: https://github.com/Taewan-P/gpt_mobile/actions/runs/11986670558/artifacts/2227870712 |
This PR cannot be merged until google-gemini/generative-ai-android#222 is solved due to dependency issues. Or implementing Gemini API with Ktor V3 and removing the generative ai SDK can also solve the build error. |