buhe / langchain-swift

🚀 LangChain for Swift. Optimized for iOS, macOS, watchOS (part) and visionOS.(beta)
https://buhe.dev
Apache License 2.0
322 stars 35 forks source link

Make Ollama interface, parameters, and messages public #119

Closed rhx closed 4 months ago

rhx commented 5 months ago

This Pull request fixes #118 by making the relevant data structures public and (where possible) sendable.

buhe commented 4 months ago

Thanks