mlc-llm icon indicating copy to clipboard operation
mlc-llm copied to clipboard

[Question] Is it compatible with flutter?

Open hj24 opened this issue 1 year ago • 1 comments

❓ General Questions

I want to try it to build an iOS App, but still in research phase. Not sure if it's compatiable with flutter.

hj24 avatar Jun 07 '23 06:06 hj24

To interact with MLC-compiled LLMs on iOS, the only file you need is LLMChat.mm: https://github.com/mlc-ai/mlc-llm/blob/main/ios/MLCChat/LLMChat.mm. Not knowing much about flutter, but as long as it allows us to call those interfaces, it should be fine

junrushao avatar Jun 07 '23 12:06 junrushao