Open awni opened 4 months ago
The error message from running:
chat-with-mlx is:
chat-with-mlx
TypeError: unsupported operand type(s) for |: 'type' and 'type'
Which was only added in Python 3.10 and up. You might want to get rid of those and use Union or just tell PyPi that the minimum Python is 3.10.
Union
The error message from running:
chat-with-mlx
is:Which was only added in Python 3.10 and up. You might want to get rid of those and use
Union
or just tell PyPi that the minimum Python is 3.10.