mlx-chat / mlx-chat-app

Chat with MLX is a high-performance macOS application that connects your local documents to a personalized large language model (LLM).
MIT License
163 stars 10 forks source link

Fixes server errors in python 3.11.5 #33

Open jmather opened 8 months ago

jmather commented 8 months ago

Ran into some python errors on 3.11.5, looks like it's just from some auto-formatting.

There may be better ways to handle this, but at least this shows you where the gotchas are.

The other issue I saw is that once the initial model download completes, you have to restart it to get it to work, but I'm not sure how to go about fixing that one :)

ParkerSm1th commented 8 months ago

Hey Jacob, thanks for submitting this! We will get around to reviewing it shortly. Really appreciate it!