wangmuy / llmchain

LangChain for android/Java/JVM/Kotlin Multiplatform, using OpenAI chatGPT compatible APIs
Apache License 2.0
25 stars 3 forks source link

langchain-swift + llmchain = langchin-mobile? #2

Open buhe opened 11 months ago

buhe commented 11 months ago

Hi, wangmuy You can take a look https://github.com/buhe/langchain-swift.

buhe

wangmuy commented 11 months ago

Hi buhe, Indeed and thanks for your interest in this project! Since it is built on Kotlin MultiPlatform, the core package should be usable as shared code in a KMM project(as https://github.com/JetBrains/compose-multiplatform-template). I'm not familiar with ios nor swift, maybe I will find time to try to learn and complete the ios part of the project. Contributions are welcomed, also it will be great to hear from you any suggestions!