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
161 stars 9 forks source link

Application exits with server error #29

Closed namp closed 7 months ago

namp commented 7 months ago

File "../mlx-chat-app/server/server.py", line 90 [1] context = f"with background knowledge of {indexed_files.strip().replace('\n', '; ')}" if indexed_files else '' [1] ^^ [1] SyntaxError: f-string expression part cannot include a backslash

namp commented 7 months ago

Solved by adding double "{" and "}"